diff --git a/mycloud-matrix/templates/server/synapse.yaml b/mycloud-matrix/templates/server/synapse.yaml index 650d6dc..c234081 100644 --- a/mycloud-matrix/templates/server/synapse.yaml +++ b/mycloud-matrix/templates/server/synapse.yaml @@ -20,7 +20,15 @@ spec: upgrade: {{- toYaml .Values.commons.helm.release.upgrade | nindent 4 }} driftDetection: - {{- toYaml .Values.commons.helm.release.driftDetection | nindent 4 }} + mode: {{ .Values.commons.helm.release.driftDetection.mode }} + ignore: + - target: + kind: Job + name: "{{ .Release.Name }}-synapse-signingkey-job" + paths: [ "/" ] + {{- with .Values.commons.helm.release.driftDetection.ignore }} + {{- toYaml . | nindent 6 }} + {{- end }} interval: 10m {{- if .Values.server.authenticationService.enabled }} valuesFrom: