We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feff8d7 commit ae07835Copy full SHA for ae07835
charts/trino/templates/deployment-coordinator.yaml
@@ -25,6 +25,9 @@ spec:
25
template:
26
metadata:
27
annotations:
28
+ {{- if .Values.secrets }}
29
+ checksum/secret-config: {{ include (print $.Template.BasePath "/secrets-catalogs.yaml") . | sha256sum }}
30
+ {{- end }}
31
{{- if and (eq .Values.accessControl.type "configmap") (not .Values.accessControl.refreshPeriod) }}
32
checksum/access-control-config: {{ include (print $.Template.BasePath "/configmap-access-control-coordinator.yaml") . | sha256sum }}
33
{{- end }}
0 commit comments