(fix): convert contents of permissions into array elements (#100)
Signed-off-by: ksatchit <ksatchit@mayadata.io>
This commit is contained in:
committed by
Chandan Kumar
parent
8efba79d8c
commit
7c99b1c504
@@ -10,23 +10,22 @@ spec:
|
|||||||
definition:
|
definition:
|
||||||
scope: Namespaced
|
scope: Namespaced
|
||||||
permissions:
|
permissions:
|
||||||
apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
- "batch"
|
- "batch"
|
||||||
- "litmuschaos.io"
|
- "litmuschaos.io"
|
||||||
resources:
|
resources:
|
||||||
- "jobs"
|
- "jobs"
|
||||||
- "pods"
|
- "pods"
|
||||||
- "pods/exec"
|
- "chaosengines"
|
||||||
- "chaosengines"
|
- "chaosexperiments"
|
||||||
- "chaosexperiments"
|
- "chaosresults"
|
||||||
- "chaosresults"
|
verbs:
|
||||||
verbs:
|
- "create"
|
||||||
- "create"
|
- "list"
|
||||||
- "list"
|
- "get"
|
||||||
- "get"
|
- "patch"
|
||||||
- "patch"
|
- "delete"
|
||||||
- "delete"
|
|
||||||
image: "litmuschaos/ansible-runner:ci"
|
image: "litmuschaos/ansible-runner:ci"
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
|
Reference in New Issue
Block a user