From c6fe907c2002670df9a10a58133505241410d30e Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 18 Jun 2026 13:25:27 +0000 Subject: [PATCH] fix: ignore ingressClassName drift in gitea --- apps/gitea.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/gitea.yaml b/apps/gitea.yaml index f956675..cda943d 100644 --- a/apps/gitea.yaml +++ b/apps/gitea.yaml @@ -21,4 +21,9 @@ spec: syncPolicy: automated: prune: true - selfHeal: true + selfHeal: false + ignoreDifferences: + - group: networking.k8s.io + kind: Ingress + jsonPointers: + - /spec/ingressClassName