diff --git a/charts/hajimari/templates/common.yaml b/charts/hajimari/templates/common.yaml index b22dafeb..8cd20c5a 100644 --- a/charts/hajimari/templates/common.yaml +++ b/charts/hajimari/templates/common.yaml @@ -10,5 +10,6 @@ volumeSpec: name: {{ include "common.names.fullname" . }}-settings {{- end -}} {{- $_ := set .Values.persistence "hajimari-settings" (include "hajimari.settingsVolume" . | fromYaml) -}} +{{- $_ := set .Values.podAnnotations "checksum/config" (.Values.hajimari | toYaml | sha256sum) -}} -{{ include "common.all" . }} \ No newline at end of file +{{ include "common.all" . }}