* (feat): Adding openebs control plane pod delete chart Signed-off-by: Raj <raj.das@mayadata.io> * Update engine.yaml Signed-off-by: ksatchit <karthik.s@mayadata.io> * Update rbac.yaml Signed-off-by: ksatchit <karthik.s@mayadata.io> * Update engine.yaml Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>
36 lines
823 B
YAML
36 lines
823 B
YAML
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-validation
|
|
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: ''
|