From 8fde4e4f46f59a6af50e5cc432f632f6f5e774d9 Mon Sep 17 00:00:00 2001 From: Daverkex <144762+Daverkex@users.noreply.github.com> Date: Mon, 17 May 2021 17:43:09 +0200 Subject: [PATCH] fix(installation): Enable capacity to override namespace with Kustomize (#5907) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Néstor García Co-authored-by: Néstor García --- .../argo-server-rbac/argo-server-clusterolebinding.yaml | 2 +- manifests/cluster-install/kustomization.yaml | 1 + .../workflow-controller-clusterrolebinding.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/cluster-install/argo-server-rbac/argo-server-clusterolebinding.yaml b/manifests/cluster-install/argo-server-rbac/argo-server-clusterolebinding.yaml index 6d7ac27ff5e0..70a2960b8f0f 100644 --- a/manifests/cluster-install/argo-server-rbac/argo-server-clusterolebinding.yaml +++ b/manifests/cluster-install/argo-server-rbac/argo-server-clusterolebinding.yaml @@ -9,4 +9,4 @@ roleRef: subjects: - kind: ServiceAccount name: argo-server - namespace: argo + namespace: default diff --git a/manifests/cluster-install/kustomization.yaml b/manifests/cluster-install/kustomization.yaml index a1698bd2ac72..94e2c768ea8a 100644 --- a/manifests/cluster-install/kustomization.yaml +++ b/manifests/cluster-install/kustomization.yaml @@ -1,5 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +namespace: argo resources: - ../base diff --git a/manifests/cluster-install/workflow-controller-rbac/workflow-controller-clusterrolebinding.yaml b/manifests/cluster-install/workflow-controller-rbac/workflow-controller-clusterrolebinding.yaml index b4e54ea67c90..cce4ae7bc35e 100644 --- a/manifests/cluster-install/workflow-controller-rbac/workflow-controller-clusterrolebinding.yaml +++ b/manifests/cluster-install/workflow-controller-rbac/workflow-controller-clusterrolebinding.yaml @@ -9,4 +9,4 @@ roleRef: subjects: - kind: ServiceAccount name: argo - namespace: argo + namespace: default