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