From 966e1bc1f5e3e61c9a41b58ef09675963529b9b9 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Mon, 26 May 2025 12:08:18 +0200 Subject: [PATCH] fix: remove helmrelease for gitea to clean up cluster before redeployment --- apps/gitea/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/gitea/kustomization.yaml b/apps/gitea/kustomization.yaml index 088890c..8f0fa4c 100644 --- a/apps/gitea/kustomization.yaml +++ b/apps/gitea/kustomization.yaml @@ -3,8 +3,8 @@ kind: Kustomization resources: - namespace.yaml - helmrepository.yaml - - helmrelease.yaml + # - helmrelease.yaml - gitea-admin-secret.yaml - - gitea-postgres-secret.yaml - - pvc.yaml + # - gitea-postgres-secret.yaml + # - pvc.yaml - certificate.yaml