From 78da4b36e5dad6d34790df77836046389188e762 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 20 Mar 2026 01:20:51 +0200 Subject: [PATCH] fix: remove empty group field from ignoreDifferences for core resources --- argocd-apps/gitea.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/argocd-apps/gitea.yaml b/argocd-apps/gitea.yaml index 207b1c7..c8932ba 100644 --- a/argocd-apps/gitea.yaml +++ b/argocd-apps/gitea.yaml @@ -31,16 +31,12 @@ spec: namespace: dev-tools jsonPointers: - /spec/volumeClaimTemplates - - - group: "" - kind: PersistentVolumeClaim + - kind: PersistentVolumeClaim namespace: dev-tools jsonPointers: - /status - /spec/volumeName - - - group: "" - kind: Service + - kind: Service namespace: dev-tools jsonPointers: - /spec/clusterIP