File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ setup-litmus:
21
21
setup-argo :
22
22
kubectl create ns $(ARGO_NS )
23
23
# 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
25
25
# Install Argo Workflows.
26
26
# # kubectl apply -f https://github.com/argoproj/argo-workflows/releases/download/$(ARGO_VERSION)/install.yaml -n $(ARGO_NS)
27
27
# # We override auth method to from 'sso' to 'server' and set non-default executor to 'k8sapi', so we have to use local file.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ You can deploy them using instructions from official docs or use [installation s
109
109
` ` ` shell
110
110
kubectl create ns argo
111
111
# 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
113
113
# Install Argo Workflows.
114
114
kubectl apply -f https://raw.githubusercontent.com/iskorotkov/chaos-framework/master/deploy/argo.yaml -n argo
115
115
` ` `
You can’t perform that action at this time.
0 commit comments