From 28141bf92faf014c79ee10dd38c521a845762deb Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 17 Jan 2024 07:48:58 +0100 Subject: [PATCH] fix(synapse) remove reference to secret --- charts/matrix-synapse/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/matrix-synapse/templates/deployment.yaml b/charts/matrix-synapse/templates/deployment.yaml index e3d868d..f35c074 100644 --- a/charts/matrix-synapse/templates/deployment.yaml +++ b/charts/matrix-synapse/templates/deployment.yaml @@ -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 }}