fix(jobset): Ignore secret

This commit is contained in:
2026-02-23 19:56:28 +01:00
parent ea8c280154
commit 0064e0c1da
+7 -1
View File
@@ -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 }}