From 01ea0be63d974434639c86c0a4fa0f74b200bd85 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 6 Aug 2025 23:39:48 -0500 Subject: [PATCH] gave createNamespace to gitea ks to prevent prune and to autocreate the namespace when needed --- infrastructure/flux-system/kustomization-gitea.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/flux-system/kustomization-gitea.yaml b/infrastructure/flux-system/kustomization-gitea.yaml index ed5aab1..c9e6506 100644 --- a/infrastructure/flux-system/kustomization-gitea.yaml +++ b/infrastructure/flux-system/kustomization-gitea.yaml @@ -7,6 +7,7 @@ spec: interval: 10m path: ./services/gitea targetNamespace: gitea + createNamespace: true prune: true sourceRef: kind: GitRepository