From d8188dcfc8c16f5563ec800bbac36000de348264 Mon Sep 17 00:00:00 2001 From: Marcin-Ramotowski Date: Thu, 10 Jul 2025 21:05:10 +0200 Subject: [PATCH] Set target namespace in kustomization --- clusters/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/prod/kustomization.yaml b/clusters/prod/kustomization.yaml index de8c5b5..c518469 100644 --- a/clusters/prod/kustomization.yaml +++ b/clusters/prod/kustomization.yaml @@ -10,4 +10,4 @@ spec: sourceRef: kind: GitRepository name: flux-system - targetNamespace: default + targetNamespace: user-microservice