From ce5ecc3865e276542d1bc3104984c920ee687ced Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Sat, 21 Mar 2026 15:58:52 +0900 Subject: [PATCH] argocd: add RespectIgnoreDifferences for gitea PVC --- argocd/apps/gitea.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/argocd/apps/gitea.yaml b/argocd/apps/gitea.yaml index dbd9e66..215d7c5 100644 --- a/argocd/apps/gitea.yaml +++ b/argocd/apps/gitea.yaml @@ -43,4 +43,5 @@ spec: prune: false selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true + - RespectIgnoreDifferences=true \ No newline at end of file