diff --git a/diracx/templates/deployment.yaml b/diracx/templates/deployment.yaml index e7b248b..5307ffc 100644 --- a/diracx/templates/deployment.yaml +++ b/diracx/templates/deployment.yaml @@ -13,10 +13,11 @@ spec: {{- include "diracx.selectorLabels" . | nindent 6 }} template: metadata: - {{- with .Values.podAnnotations }} annotations: - {{- toYaml . | nindent 8 }} - {{- end }} + {{- with .Values.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} + checksum/settings: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }} labels: {{- include "diracx.selectorLabels" . | nindent 8 }} spec: