From 209b1034fe040f38334ffbf18b741f2ccb7d597f Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sun, 25 May 2025 18:20:45 +0200 Subject: [PATCH] fix: add kustomization for cert-manager in cluster/production --- .../production/cert-manager.yaml | 2 +- clusters/production/kustomization.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename infrastructure/kustomization-cert-manager.yaml => clusters/production/cert-manager.yaml (88%) diff --git a/infrastructure/kustomization-cert-manager.yaml b/clusters/production/cert-manager.yaml similarity index 88% rename from infrastructure/kustomization-cert-manager.yaml rename to clusters/production/cert-manager.yaml index 80503d6..8a7f7e2 100644 --- a/infrastructure/kustomization-cert-manager.yaml +++ b/clusters/production/cert-manager.yaml @@ -6,7 +6,7 @@ metadata: namespace: flux-system spec: interval: 10m - path: ./infrastructure/cert-manager + path: ../../infrastructure/cert-manager prune: true sourceRef: kind: GitRepository diff --git a/clusters/production/kustomization.yaml b/clusters/production/kustomization.yaml index 7c02b60..65740a8 100644 --- a/clusters/production/kustomization.yaml +++ b/clusters/production/kustomization.yaml @@ -1,5 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: + - cert-manager.yaml - ../../infrastructure - ../../apps