fix(mycloud-matrix): ignore driftDetection for hook job
This commit is contained in:
parent
8cf2e8318b
commit
ebe8b4943b
1 changed files with 9 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue