|
@@ -23,6 +23,7 @@ spec:
|
|
|
annotations:
|
|
annotations:
|
|
|
checksum/config: {{ include (print $.Template.BasePath "/configmap-hue.yaml") . | sha256sum }}
|
|
checksum/config: {{ include (print $.Template.BasePath "/configmap-hue.yaml") . | sha256sum }}
|
|
|
checksum/config-extra: {{ include (print $.Template.BasePath "/configmap-hue-extra.yaml") . | sha256sum }}
|
|
checksum/config-extra: {{ include (print $.Template.BasePath "/configmap-hue-extra.yaml") . | sha256sum }}
|
|
|
|
|
+ checksum/config-hive: {{ include (print $.Template.BasePath "/configmap-hive.yaml") . | sha256sum }}
|
|
|
{{- with .Values.podAnnotations }}
|
|
{{- with .Values.podAnnotations }}
|
|
|
{{ toYaml . | indent 8 }}
|
|
{{ toYaml . | indent 8 }}
|
|
|
{{- end }}
|
|
{{- end }}
|