From 1d4847f47a1b2f6ee5c112247b08c8e0463f0c54 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 23 Feb 2024 12:57:32 +0100 Subject: [PATCH] fix(nginx-system): Add namespace override to kustomization --- clusters/k8s01/nginx-system/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/k8s01/nginx-system/kustomization.yaml b/clusters/k8s01/nginx-system/kustomization.yaml index f4db9925e..acadb0e97 100644 --- a/clusters/k8s01/nginx-system/kustomization.yaml +++ b/clusters/k8s01/nginx-system/kustomization.yaml @@ -1,5 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +namespace: nginx-system resources: - haproxy.yaml - release-override.yaml -- GitLab