Skip to content

Commit 416c14d

Browse files
committed
fix(argo): argo service account created in wrong namespace
1 parent 611a5bb commit 416c14d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ setup-litmus:
2121
setup-argo:
2222
kubectl create ns $(ARGO_NS)
2323
# Install service account for Argo Workflows.
24-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/chaos-workflows/master/Argo/argo-access.yaml
24+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/chaos-workflows/master/Argo/argo-access.yaml -n litmus
2525
# Install Argo Workflows.
2626
## kubectl apply -f https://github.com/argoproj/argo-workflows/releases/download/$(ARGO_VERSION)/install.yaml -n $(ARGO_NS)
2727
## We override auth method to from 'sso' to 'server' and set non-default executor to 'k8sapi', so we have to use local file.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can deploy them using instructions from official docs or use [installation s
109109
```shell
110110
kubectl create ns argo
111111
# Install service account for Argo Workflows.
112-
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/chaos-workflows/master/Argo/argo-access.yaml
112+
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/chaos-workflows/master/Argo/argo-access.yaml -n litmus
113113
# Install Argo Workflows.
114114
kubectl apply -f https://raw.githubusercontent.com/iskorotkov/chaos-framework/master/deploy/argo.yaml -n argo
115115
```

0 commit comments

Comments
 (0)