From f681c62238bacb9b1290c901861ea00b52019473 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Sat, 21 Mar 2026 15:57:06 +0900 Subject: [PATCH] Added ignore to PVC --- argocd/apps/gitea.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/argocd/apps/gitea.yaml b/argocd/apps/gitea.yaml index ab50d76..dbd9e66 100644 --- a/argocd/apps/gitea.yaml +++ b/argocd/apps/gitea.yaml @@ -20,6 +20,11 @@ spec: name: gitea-postgresql jsonPointers: - /spec/volumeClaimTemplates + - group: "" + kind: Secret + name: gitea-postgresql + jsonPointers: + - /data sources: - repoURL: https://dl.gitea.com/charts/ chart: gitea