Signed-off-by: ksatchit <ksatchit@mayadata.io>
This commit is contained in:
parent
7d6cb8d54f
commit
3c66cd1d56
|
|
@ -56,7 +56,7 @@ spec:
|
|||
type: string
|
||||
engineState:
|
||||
type: string
|
||||
pattern: ^(active|stop)$
|
||||
pattern: ^(active|stop|initialized|stopped)$
|
||||
chaosServiceAccount:
|
||||
type: string
|
||||
components:
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ spec:
|
|||
type: string
|
||||
engineState:
|
||||
type: string
|
||||
pattern: ^(active|stop)$
|
||||
pattern: ^(active|stop|initialized|stopped)$
|
||||
chaosServiceAccount:
|
||||
type: string
|
||||
components:
|
||||
|
|
@ -121,4 +121,4 @@ spec:
|
|||
- name: v1alpha1
|
||||
served: true
|
||||
storage: true
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue