Skip to content

Commit

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

This reverts commit 8fde4e4.

Signed-off-by: Alex Collins <alex_collins@intuit.com>
  • Loading branch information
alexec committed Jun 5, 2021
1 parent fe06bdc commit 1b8baca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: argo-server
namespace: default
namespace: argo
1 change: 0 additions & 1 deletion manifests/cluster-install/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argo

resources:
- ../base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: argo
namespace: default
namespace: argo

0 comments on commit 1b8baca

Please sign in to comment.