Edited the kube-proxy-all workflow. (#352)

Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
This commit is contained in:
VEDANT SHROTRIA
2020-10-16 00:04:18 +05:30
committed by GitHub
parent 6a70da5f89
commit dc1d0812ba
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ spec:
image: lachlanevenson/k8s-kubectl image: lachlanevenson/k8s-kubectl
command: [sh, -c] command: [sh, -c]
args: args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/1.8.0?file=charts/generic/experiments.yaml -n - "kubectl apply -f https://hub.litmuschaos.io/api/chaos/1.9.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} | sleep 30" {{workflow.parameters.adminModeNamespace}} | sleep 30"
- name: node-cpu-hog - name: node-cpu-hog

View File

@@ -40,7 +40,7 @@ spec:
image: lachlanevenson/k8s-kubectl image: lachlanevenson/k8s-kubectl
command: [sh, -c] command: [sh, -c]
args: args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/1.8.0?file=charts/generic/experiments.yaml -n - "kubectl apply -f https://hub.litmuschaos.io/api/chaos/1.9.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} | sleep 30" {{workflow.parameters.adminModeNamespace}} | sleep 30"
- name: node-cpu-hog - name: node-cpu-hog