From e6fa4ce2a308e777c8bad5dc1dc7e065a3409a7f Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 19 Mar 2026 22:18:30 +0200 Subject: [PATCH] Ignore shared storage pvc on gitea --- argocd-apps/gitea.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/argocd-apps/gitea.yaml b/argocd-apps/gitea.yaml index 2ebb9ae..f12f88f 100644 --- a/argocd-apps/gitea.yaml +++ b/argocd-apps/gitea.yaml @@ -53,3 +53,10 @@ spec: jsonPointers: - /spec/clusterIP - /spec/clusterIPs + - group: "" + kind: PersistentVolumeClaim + name: gitea-shared-storage + namespace: dev-tools + jsonPointers: + - /spec/volumeName + - /spec/storageClassName