From af8c4084f10a339f6d34bfff0ca3ff5aee06432c Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Wed, 7 May 2025 13:03:00 +0200 Subject: [PATCH] fix: Kustomize overlay for production --- clusters/production/kustomization.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/clusters/production/kustomization.yaml b/clusters/production/kustomization.yaml index c37ada2..b391401 100644 --- a/clusters/production/kustomization.yaml +++ b/clusters/production/kustomization.yaml @@ -1,13 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -metadata: - name: production - namespace: flux-system -spec: - interval: 10m - path: ./infrastructure - prune: true - sourceRef: - kind: GitRepository - name: flux-system - namespace: flux-system +resources: + - ../../infrastructure