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