updates cleanup-chaos step name

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>
This commit is contained in:
neelanjan00
2023-07-07 17:03:40 +05:30
parent 294375af2b
commit c01dfc2748
21 changed files with 63 additions and 63 deletions

View File

@@ -22,8 +22,8 @@ spec:
template: run-chaos
- name: run-benchmark
template: run-benchmark
- - name: revert-chaos
template: revert-chaos
- - name: cleanup-chaos-resources
template: cleanup-chaos-resources
- name: run-chaos
inputs:
@@ -105,7 +105,7 @@ spec:
command: [sh, -c]
args: ['kubectl apply -f /tmp/bench.yaml -n {{workflow.parameters.appNamespace}}']
- name: revert-chaos
- name: cleanup-chaos-resources
container:
image: alpine/k8s:1.18.2
command: [sh, -c]