Removed configMaps and secrets from experiments yml

Signed-off-by: Amit Bhatt <amitbhatt818@gmail.com>
This commit is contained in:
Amit Bhatt
2019-12-13 15:50:53 +05:30
parent 85d0442e73
commit 8e6d39fd7b
11 changed files with 48 additions and 48 deletions

View File

@@ -91,9 +91,9 @@ spec:
labels:
name: openebs-target-container-failure
configmaps:
- name: openebs-target-container-failure
mountPath: /mnt
#configmaps:
#- name: openebs-target-container-failure
# mountPath: /mnt
---
@@ -174,9 +174,9 @@ spec:
labels:
name: openebs-target-pod-failure
configmaps:
- name: openebs-target-pod-failure
mountPath: /mnt
#configmaps:
#- name: openebs-target-pod-failure
# mountPath: /mnt
---
@@ -255,9 +255,9 @@ spec:
labels:
name: openebs-target-network-delay
configmaps:
- name: openebs-target-network-delay
mountPath: /mnt
#configmaps:
#- name: openebs-target-network-delay
# mountPath: /mnt
---
@@ -336,9 +336,9 @@ spec:
labels:
name: openebs-target-network-loss
configmaps:
- name: openebs-target-network-loss
mountPath: /mnt
#configmaps:
#- name: openebs-target-network-loss
# mountPath: /mnt
---
@@ -408,9 +408,9 @@ spec:
labels:
name: openebs-pool-pod-failure
configmaps:
- name: openebs-pool-pod-failure
mountPath: /mnt
#configmaps:
#- name: openebs-pool-pod-failure
# mountPath: /mnt
---
@@ -486,9 +486,9 @@ spec:
labels:
name: openebs-pool-container-failure
configmaps:
- name: openebs-pool-container-failure
mountPath: /mnt
#configmaps:
#- name: openebs-pool-container-failure
# mountPath: /mnt
---