We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ba746 commit 93daba7Copy full SHA for 93daba7
charts/trino/templates/deployment-worker.yaml
@@ -30,7 +30,7 @@ spec:
30
metadata:
31
annotations:
32
{{- if .Values.secrets }}
33
- checksum/secret-config: {{ include (print $.Template.BasePath "/secrets-catalogs.yaml") . | sha256sum }}
+ checksum/secret-config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
34
{{- end }}
35
{{- if or .Values.additionalCatalogs (and (.Values.catalogs) (gt (len .Values.catalogs) 0)) }}
36
checksum/catalog-config: {{ include (print $.Template.BasePath "/configmap-catalog.yaml") . | sha256sum }}
0 commit comments