Skip to content

Commit

Permalink
fix(installation): Enable capacity to override namespace with Kustomi…
Browse files Browse the repository at this point in the history
…ze (#5907)

Signed-off-by: Néstor García <nestor.garcia@navigaglobal.com>

Co-authored-by: Néstor García <nestor.garcia@navigaglobal.com>
  • Loading branch information
Daverkex and Néstor García committed May 17, 2021
1 parent 37e75b5 commit 8fde4e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Expand Up @@ -9,4 +9,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: argo-server
namespace: argo
namespace: default
1 change: 1 addition & 0 deletions manifests/cluster-install/kustomization.yaml
@@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argo

resources:
- ../base
Expand Down
Expand Up @@ -9,4 +9,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: argo
namespace: argo
namespace: default

0 comments on commit 8fde4e4

Please sign in to comment.