Skip to content
Snippets Groups Projects

Ensure Pod Restarts upon Object Update

Merged Pablo Vigo Mas requested to merge (removed):wip/pvigo/pod-restart into collabora/staging
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -18,6 +18,9 @@ spec:
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
checksum/secret-config: {{ include (print $.Template.BasePath "/secret-config.yaml") . | sha256sum }}
checksum/secret-gpg: {{ include (print $.Template.BasePath "/secret-gpg.yaml") . | sha256sum }}
checksum/configmap-publish: {{ include (print $.Template.BasePath "/configmap-publish.yaml") . | sha256sum }}
{{- end }}
labels:
{{- include "aptly.selectorLabels" . | nindent 8 }}
Loading