We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbe1c2 commit 4ece1adCopy full SHA for 4ece1ad
charts/airbyte/templates/pod-sweeper/deployment.yaml
@@ -5,6 +5,8 @@ metadata:
5
name: {{ include "airbyte.fullname" . }}-pod-sweeper
6
labels:
7
{{- include "airbyte.labels" . | nindent 4 }}
8
+ annotations:
9
+ checksum/config: {{ include (print $.Template.BasePath "/pod-sweeper/configmap.yaml") . | sha256sum }}
10
spec:
11
replicas: 1
12
selector:
0 commit comments