(enhancement)charts: add imagepullpolicy in charts (#236)

Signed-off-by: ksatchit <karthik.s@mayadata.io>
This commit is contained in:
Karthik Satchitanand
2020-06-11 17:50:23 +05:30
committed by GitHub
parent f0f1dff9ae
commit 83146e80e3
27 changed files with 38 additions and 11 deletions

View File

@@ -44,6 +44,7 @@ spec:
- "list"
image: "litmuschaos/ansible-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/openebs/openebs-control-plane-chaos/openebs_control_plane_chaos_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
@@ -69,4 +70,4 @@ spec:
value: ''
labels:
name: openebs-control-plane-chaos
name: openebs-control-plane-chaos

View File

@@ -51,6 +51,7 @@ spec:
- "list"
image: "litmuschaos/ansible-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/openebs/openebs-nfs-provisioner-kill/openebs_nfs_provisioner_kill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
@@ -90,4 +91,4 @@ spec:
name: openebs-nfs-provisioner-kill
configmaps:
- name: openebs-nfs-provisioner-kill
mountPath: /mnt/
mountPath: /mnt/

View File

@@ -43,6 +43,7 @@ spec:
- "patch"
- "update"
image: "litmuschaos/ansible-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/openebs/openebs-pool-container-failure/openebs_pool_container_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
@@ -87,4 +88,4 @@ spec:
name: openebs-pool-container-failure
#configmaps:
#- name: openebs-pool-container-failure
# mountPath: /mnt
# mountPath: /mnt

View File

@@ -45,6 +45,7 @@ spec:
- "update"
- "delete"
image: "litmuschaos/ansible-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/openebs/openebs-pool-disk-loss/openebs_pool_disk_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
@@ -101,4 +102,4 @@ spec:
secrets:
- name: cloud-secret
mountPath: /tmp/
mountPath: /tmp/

View File

@@ -46,6 +46,7 @@ spec:
- "update"
- "delete"
image: "litmuschaos/ansible-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/openebs/openebs-pool-network-delay/openebs_pool_network_delay_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0

View File

@@ -46,6 +46,7 @@ spec:
- "patch"
- "update"
image: "litmuschaos/ansible-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/openebs/openebs-pool-network-loss/openebs_pool_network_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0

View File

@@ -51,6 +51,7 @@ spec:
- "get"
- "list"
image: "litmuschaos/ansible-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/openebs/openebs-pool-pod-failure/openebs_pool_pod_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0

View File

@@ -41,6 +41,7 @@ spec:
- "patch"
- "update"
image: "litmuschaos/ansible-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/openebs/openebs-target-container-failure/openebs_target_container_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
@@ -103,4 +104,4 @@ spec:
name: openebs-target-container-failure
#configmaps:
#- name: openebs-target-container-failure
# mountPath: /mnt
# mountPath: /mnt

View File

@@ -42,6 +42,7 @@ spec:
- "patch"
- "update"
image: "litmuschaos/ansible-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/openebs/openebs-target-network-delay/openebs_target_network_delay_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0

View File

@@ -42,6 +42,7 @@ spec:
- "patch"
- "update"
image: "litmuschaos/ansible-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/openebs/openebs-target-network-loss/openebs_target_network_loss_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0

View File

@@ -51,6 +51,7 @@ spec:
- "get"
- "list"
image: "litmuschaos/ansible-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/openebs/openebs-target-pod-failure/openebs_target_pod_failure_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0