From ce5746b6dd39b6687ad3f4d12d199ce2554d8589 Mon Sep 17 00:00:00 2001 From: Marcin-Ramotowski Date: Thu, 10 Jul 2025 23:15:18 +0200 Subject: [PATCH] Added Flux receiver to kustomization --- clusters/prod/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clusters/prod/kustomization.yaml b/clusters/prod/kustomization.yaml index 1042d49..8d1e873 100644 --- a/clusters/prod/kustomization.yaml +++ b/clusters/prod/kustomization.yaml @@ -11,3 +11,5 @@ spec: kind: GitRepository name: user-microservice-repo targetNamespace: user-microservice +resources: + - flux-receiver.yaml \ No newline at end of file