fix(synapse) remove reference to secret

This commit is contained in:
Tommy 2024-01-17 07:48:58 +01:00
parent 43e9da08d6
commit 28141bf92f
No known key found for this signature in database

View file

@ -26,7 +26,6 @@ spec:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configuration.yaml") . | sha256sum }}
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
{{- with .Values.synapse.annotations }}
{{ . | toYaml | nindent 8 }}
{{- end }}