Skip to content

Commit

Permalink
fixed db-sct checksum annotation name
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Jul 10, 2023
1 parent 75b2d90 commit 42c1dbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
metadata:
annotations:
checksum/configmap: {{ include (print $.Template.BasePath "/datapusher-configMap.yml") . | sha256sum }}
checksum/configmap: {{ include (print $.Template.BasePath "/datapusher-sct-db.yml") . | sha256sum }}
checksum/sct-db: {{ include (print $.Template.BasePath "/datapusher-sct-db.yml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 42c1dbc

Please sign in to comment.