Skip to content

Commit

Permalink
[matrix-synapse] Adds checksum for config to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
0hlov3 committed Jan 10, 2025
1 parent 1b63e5f commit c3f6bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/matrix-synapse/templates/main/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ spec:
{{- include "matrix-synapse.selectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
checksum/config: {{ include (print .Template.BasePath "/main/config-configmap.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
Expand Down

0 comments on commit c3f6bb8

Please sign in to comment.