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