Skip to content

Commit

Permalink
fix(pod-delete): Fixing pod-delete chaolib (#1526) (#1528)
Browse files Browse the repository at this point in the history
Signed-off-by: Udit Gaurav <uditgaurav@gmail.com>

Co-authored-by: UDIT GAURAV <35391335+uditgaurav@users.noreply.github.com>
  • Loading branch information
ispeakc0de and uditgaurav committed May 29, 2020
1 parent 23a4d5c commit af7ce00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chaoslib/litmus/pod_delete/pod-delete.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: Never
serviceAccountName: {{ c_svc_acc }}
containers:
- image: uditgaurav/pod-delete-chaos:v1
- image: {{ pod_delete_image }}
imagePullPolicy: Always
name: pod-delete
command:
Expand All @@ -26,7 +26,7 @@ spec:
value: "{{ c_force }}"
## application namespace under pod-delete chaos
- name: APP_NS
value: "{{ c_ns }}"
value: "{{ app_ns }}"
## application label
- name: APP_LABEL
value: "{{ app_label }}"
Expand Down

0 comments on commit af7ce00

Please sign in to comment.