From 42bffbbcd62df1599ee7989d2c6d162af2011ef0 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Sat, 21 Mar 2026 15:52:29 +0900 Subject: [PATCH] Add ignore for persistent data --- argocd/apps/gitea.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/argocd/apps/gitea.yaml b/argocd/apps/gitea.yaml index 7659415..ab50d76 100644 --- a/argocd/apps/gitea.yaml +++ b/argocd/apps/gitea.yaml @@ -15,6 +15,11 @@ spec: - /spec/storageClassName - /spec/volumeName - /spec/resources + - group: apps + kind: StatefulSet + name: gitea-postgresql + jsonPointers: + - /spec/volumeClaimTemplates sources: - repoURL: https://dl.gitea.com/charts/ chart: gitea