From a94f012609653c7be11261886a1829402ce209ef Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 10 Oct 2021 01:38:08 +0200 Subject: [PATCH] nginx-ingress: fix kustomize definition --- infrastructure/ingress-nginx/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/ingress-nginx/kustomization.yaml b/infrastructure/ingress-nginx/kustomization.yaml index 77c66d9c9..1aabf7069 100644 --- a/infrastructure/ingress-nginx/kustomization.yaml +++ b/infrastructure/ingress-nginx/kustomization.yaml @@ -1,6 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -namespace: cert-manager +namespace: nginx-system resources: - namespace.yaml - repository.yaml -- GitLab