(refactor): Rename the openebs control plane validation to openebs control plane chaos (#159)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-03-03 17:01:54 +05:30
committed by GitHub
parent 9531c82296
commit d45616903c
7 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,35 @@
apiVersion: litmuschaos.io/v1alpha1
kind: ChaosEngine
metadata:
name: control-plane-chaos
namespace: openebs
spec:
# It can be true/false
annotationCheck: 'false'
# It can be active/stop
engineState: 'active'
appinfo:
appns: 'openebs'
applabel: 'name=maya-apiserver'
appkind: 'deployment'
chaosServiceAccount: control-plane-sa
monitoring: false
# It can be delete/retain
jobCleanUpPolicy: 'delete'
experiments:
- name: openebs-control-plane-chaos
spec:
components:
env:
- name: OPENEBS_NAMESPACE
value: 'openebs'
## Period to wait before injection of chaos
- name: RAMP_TIME
value: '10'
- name: FORCE
value: ''
- name: LIB
value: ''