fix: ignore ingressClassName drift in gitea
This commit is contained in:
+6
-1
@@ -21,4 +21,9 @@ spec:
|
|||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: false
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: networking.k8s.io
|
||||||
|
kind: Ingress
|
||||||
|
jsonPointers:
|
||||||
|
- /spec/ingressClassName
|
||||||
|
|||||||
Reference in New Issue
Block a user