Skip to content

Commit ae07835

Browse files
authored
Update deployment-coordinator.yaml
1 parent feff8d7 commit ae07835

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/trino/templates/deployment-coordinator.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ spec:
2525
template:
2626
metadata:
2727
annotations:
28+
{{- if .Values.secrets }}
29+
checksum/secret-config: {{ include (print $.Template.BasePath "/secrets-catalogs.yaml") . | sha256sum }}
30+
{{- end }}
2831
{{- if and (eq .Values.accessControl.type "configmap") (not .Values.accessControl.refreshPeriod) }}
2932
checksum/access-control-config: {{ include (print $.Template.BasePath "/configmap-access-control-coordinator.yaml") . | sha256sum }}
3033
{{- end }}

0 commit comments

Comments
 (0)