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
@@ -30,6 +30,6 @@ spec:
|
|||||||
# set chaos interval (in sec) as desired
|
# set chaos interval (in sec) as desired
|
||||||
- name: CHAOS_INTERVAL
|
- name: CHAOS_INTERVAL
|
||||||
value: '10'
|
value: '10'
|
||||||
|
|
||||||
- name: CHAOS_NAMESPACE
|
- name: CHAOS_NAMESPACE
|
||||||
value: 'kube-system'
|
value: 'kube-system'
|
@@ -35,10 +35,6 @@ spec:
|
|||||||
- name: APP_CHECK
|
- name: APP_CHECK
|
||||||
value: 'true'
|
value: 'true'
|
||||||
|
|
||||||
# This is a chaos namespace into which all infra chaos resources are created
|
|
||||||
- name: CHAOS_NAMESPACE
|
|
||||||
value: 'default'
|
|
||||||
|
|
||||||
# GCP project ID
|
# GCP project ID
|
||||||
- name: PROJECT_ID
|
- name: PROJECT_ID
|
||||||
value: 'litmus-demo-123'
|
value: 'litmus-demo-123'
|
||||||
|
@@ -49,9 +49,6 @@ spec:
|
|||||||
|
|
||||||
- name: APP_CHECK
|
- name: APP_CHECK
|
||||||
value: 'true'
|
value: 'true'
|
||||||
|
|
||||||
- name: CHAOS_NAMESPACE
|
|
||||||
value: ''
|
|
||||||
|
|
||||||
# GKE and AWS supported
|
# GKE and AWS supported
|
||||||
- name: CLOUD_PLATFORM
|
- name: CLOUD_PLATFORM
|
||||||
|
@@ -24,6 +24,7 @@ spec:
|
|||||||
components:
|
components:
|
||||||
env:
|
env:
|
||||||
- name: APP_PVC
|
- name: APP_PVC
|
||||||
value: 'demo-nginx-claim'
|
value: 'demo-nginx-claim'
|
||||||
|
|
||||||
- name: DEPLOY_TYPE
|
- name: DEPLOY_TYPE
|
||||||
value: 'deployment'
|
value: 'deployment'
|
@@ -26,10 +26,6 @@ spec:
|
|||||||
- name: APP_PVC
|
- name: APP_PVC
|
||||||
value: 'demo-nginx-claim'
|
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
|
# GKE and AWS supported
|
||||||
- name: CLOUD_PLATFORM
|
- name: CLOUD_PLATFORM
|
||||||
value: 'GKE'
|
value: 'GKE'
|
||||||
|
@@ -61,9 +61,6 @@ spec:
|
|||||||
- name: RAMP_TIME
|
- name: RAMP_TIME
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
- name: CHAOS_NAMESPACE
|
|
||||||
value: ''
|
|
||||||
|
|
||||||
# GKE and AWS supported
|
# GKE and AWS supported
|
||||||
- name: CLOUD_PLATFORM
|
- name: CLOUD_PLATFORM
|
||||||
value: 'GKE'
|
value: 'GKE'
|
||||||
@@ -94,11 +91,14 @@ spec:
|
|||||||
|
|
||||||
- name: OPENEBS_NAMESPACE
|
- name: OPENEBS_NAMESPACE
|
||||||
value: 'openebs'
|
value: 'openebs'
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
name: openebs-pool-disk-loss
|
name: openebs-pool-disk-loss
|
||||||
|
|
||||||
configmaps:
|
configmaps:
|
||||||
- name: openebs-pool-disk-loss
|
- name: openebs-pool-disk-loss
|
||||||
mountPath: /mnt/
|
mountPath: /mnt/
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
- name: cloud-secret
|
- name: cloud-secret
|
||||||
mountPath: /tmp/
|
mountPath: /tmp/
|
@@ -25,7 +25,9 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: FORCE
|
- name: FORCE
|
||||||
value: 'true'
|
value: 'true'
|
||||||
|
|
||||||
- name: APP_PVC
|
- name: APP_PVC
|
||||||
value: 'demo-nginx-claim'
|
value: 'demo-nginx-claim'
|
||||||
|
|
||||||
- name: DEPLOY_TYPE
|
- name: DEPLOY_TYPE
|
||||||
value: 'deployment'
|
value: 'deployment'
|
@@ -25,7 +25,9 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: TARGET_CONTAINER
|
- name: TARGET_CONTAINER
|
||||||
value: 'cstor-istgt'
|
value: 'cstor-istgt'
|
||||||
|
|
||||||
- name: APP_PVC
|
- name: APP_PVC
|
||||||
value: 'demo-nginx-claim'
|
value: 'demo-nginx-claim'
|
||||||
|
|
||||||
- name: DEPLOY_TYPE
|
- name: DEPLOY_TYPE
|
||||||
value: 'deployment'
|
value: 'deployment'
|
@@ -25,7 +25,9 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: FORCE
|
- name: FORCE
|
||||||
value: 'true'
|
value: 'true'
|
||||||
|
|
||||||
- name: APP_PVC
|
- name: APP_PVC
|
||||||
value: 'demo-nginx-claim'
|
value: 'demo-nginx-claim'
|
||||||
|
|
||||||
- name: DEPLOY_TYPE
|
- name: DEPLOY_TYPE
|
||||||
value: 'deployment'
|
value: 'deployment'
|
Reference in New Issue
Block a user