Skip to content

Commit

Permalink
fix(bug): Add Lib image in core dns pod delete experiment (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Udit Gaurav <[email protected]>
  • Loading branch information
uditgaurav authored Jul 7, 2020
1 parent 17cf525 commit 3e012f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
c_interval: "{{ lookup('env','CHAOS_INTERVAL') }}"
c_force: "{{ lookup('env','FORCE') }}"
c_lib: "{{ lookup('env','LIB') }}"
lib_image: "{{ lookup('env','LIB_IMAGE') }}"
a_ns: "{{ lookup('env','APP_NAMESPACE') }}"
a_label: "{{ lookup('env','APP_LABEL') }}"
a_kind: "{{ lookup('env','APP_KIND') }}"
Expand Down
3 changes: 3 additions & 0 deletions experiments/coredns/pod_delete/pod_delete_k8s_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ spec:
- name: LIB
value: ''

- name: LIB_IMAGE
value: ''

- name: POD_NAME
valueFrom:
fieldRef:
Expand Down

0 comments on commit 3e012f0

Please sign in to comment.