From 4660c0443f8276b31185e440394ccf3c07e3bcbc Mon Sep 17 00:00:00 2001 From: Jordan Jones Date: Fri, 29 Dec 2023 15:25:33 -0800 Subject: [PATCH] chore: fix tf-controller kustomization --- .../flux-system/tf-controller/terraforms/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes/apps/main/flux-system/tf-controller/terraforms/kustomization.yaml b/kubernetes/apps/main/flux-system/tf-controller/terraforms/kustomization.yaml index 4743fc902..9243be018 100644 --- a/kubernetes/apps/main/flux-system/tf-controller/terraforms/kustomization.yaml +++ b/kubernetes/apps/main/flux-system/tf-controller/terraforms/kustomization.yaml @@ -4,4 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./ocirepository.yaml - - ./terraform.yaml + - ./authentik.yaml + - ./cloudflare.yaml