(fix) update additional states for engine (#148) (#149)

Signed-off-by: ksatchit <ksatchit@mayadata.io>
This commit is contained in:
Karthik Satchitanand 2020-02-15 02:51:38 +05:30 committed by GitHub
parent 7d6cb8d54f
commit 3c66cd1d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ spec:
type: string
engineState:
type: string
pattern: ^(active|stop)$
pattern: ^(active|stop|initialized|stopped)$
chaosServiceAccount:
type: string
components:

View File

@ -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