refactor(chart): Remove unnacessary env from engine & experiment CR (#207)
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
0e0c25aef9
commit
88d34e63d7
@@ -24,6 +24,7 @@ spec:
|
||||
components:
|
||||
env:
|
||||
- name: APP_PVC
|
||||
value: 'demo-nginx-claim'
|
||||
value: 'demo-nginx-claim'
|
||||
|
||||
- name: DEPLOY_TYPE
|
||||
value: 'deployment'
|
@@ -26,10 +26,6 @@ spec:
|
||||
- name: APP_PVC
|
||||
value: 'demo-nginx-claim'
|
||||
|
||||
# This is a chaos namespace which will create all infra chaos resources in that namespace
|
||||
- name: CHAOS_NAMESPACE
|
||||
value: ''
|
||||
|
||||
# GKE and AWS supported
|
||||
- name: CLOUD_PLATFORM
|
||||
value: 'GKE'
|
||||
|
@@ -61,9 +61,6 @@ spec:
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
||||
- name: CHAOS_NAMESPACE
|
||||
value: ''
|
||||
|
||||
# GKE and AWS supported
|
||||
- name: CLOUD_PLATFORM
|
||||
value: 'GKE'
|
||||
@@ -94,11 +91,14 @@ spec:
|
||||
|
||||
- name: OPENEBS_NAMESPACE
|
||||
value: 'openebs'
|
||||
|
||||
labels:
|
||||
name: openebs-pool-disk-loss
|
||||
|
||||
configmaps:
|
||||
- name: openebs-pool-disk-loss
|
||||
mountPath: /mnt/
|
||||
|
||||
secrets:
|
||||
- name: cloud-secret
|
||||
mountPath: /tmp/
|
@@ -25,7 +25,9 @@ spec:
|
||||
env:
|
||||
- name: FORCE
|
||||
value: 'true'
|
||||
|
||||
- name: APP_PVC
|
||||
value: 'demo-nginx-claim'
|
||||
value: 'demo-nginx-claim'
|
||||
|
||||
- name: DEPLOY_TYPE
|
||||
value: 'deployment'
|
@@ -25,7 +25,9 @@ spec:
|
||||
env:
|
||||
- name: TARGET_CONTAINER
|
||||
value: 'cstor-istgt'
|
||||
|
||||
- name: APP_PVC
|
||||
value: 'demo-nginx-claim'
|
||||
|
||||
- name: DEPLOY_TYPE
|
||||
value: 'deployment'
|
@@ -25,7 +25,9 @@ spec:
|
||||
env:
|
||||
- name: FORCE
|
||||
value: 'true'
|
||||
|
||||
- name: APP_PVC
|
||||
value: 'demo-nginx-claim'
|
||||
|
||||
- name: DEPLOY_TYPE
|
||||
value: 'deployment'
|
Reference in New Issue
Block a user