From 4eacc2dabbde943ee59dc7819ea0a04909b05b0f Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 29 Feb 2024 12:24:21 +0100 Subject: [PATCH] fix: Add missing namespace references in rendered output This patch patches the namespace name in all generates resources. It can still be adjusting using kustomize, but provides functional experience for the plain manifest installation. --- kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kustomization.yaml b/kustomization.yaml index 1fa48a18..7ce0c38c 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -1,5 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +namespace: system-upgrade resources: - manifests/clusterrole.yaml - manifests/clusterrolebinding.yaml -- GitLab