From 3492e41a3fcee9de41afe39c8831ed1c4c79ec57 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 26 Apr 2024 18:15:59 +0000 Subject: [PATCH] add external-dns --- infrastructure/controllers/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/controllers/kustomization.yaml b/infrastructure/controllers/kustomization.yaml index ef2de19..d78c4c5 100644 --- a/infrastructure/controllers/kustomization.yaml +++ b/infrastructure/controllers/kustomization.yaml @@ -1,5 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: + - external-dns.yaml - cert-manager.yaml - - ingress-nginx.yaml + - ingress-nginx.yaml \ No newline at end of file