fix(jobset): Ignore secret
This commit is contained in:
@@ -33,6 +33,12 @@ spec:
|
|||||||
{{- if .Values.jobset.autosync }}
|
{{- if .Values.jobset.autosync }}
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
# selfHeal: false
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: ""
|
||||||
|
kind: Secret
|
||||||
|
name: jobset-webhook-server-cert
|
||||||
|
namespace: default
|
||||||
|
jsonPointers:
|
||||||
|
- /data
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user