Skip to content

Commit 93daba7

Browse files
authored
Update deployment-worker.yaml
1 parent a3ba746 commit 93daba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/trino/templates/deployment-worker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
metadata:
3131
annotations:
3232
{{- if .Values.secrets }}
33-
checksum/secret-config: {{ include (print $.Template.BasePath "/secrets-catalogs.yaml") . | sha256sum }}
33+
checksum/secret-config: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
3434
{{- end }}
3535
{{- if or .Values.additionalCatalogs (and (.Values.catalogs) (gt (len .Values.catalogs) 0)) }}
3636
checksum/catalog-config: {{ include (print $.Template.BasePath "/configmap-catalog.yaml") . | sha256sum }}

0 commit comments

Comments
 (0)