Skip to content

Commit 4ece1ad

Browse files
authored
Chart Update: add checksum annotation for deployment.yaml (#10918)
added checksum/config annotation to deployment
1 parent cdbe1c2 commit 4ece1ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/airbyte/templates/pod-sweeper/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ metadata:
55
name: {{ include "airbyte.fullname" . }}-pod-sweeper
66
labels:
77
{{- include "airbyte.labels" . | nindent 4 }}
8+
annotations:
9+
checksum/config: {{ include (print $.Template.BasePath "/pod-sweeper/configmap.yaml") . | sha256sum }}
810
spec:
911
replicas: 1
1012
selector:

0 commit comments

Comments
 (0)