(fix): convert contents of permissions into array elements (#100)

Signed-off-by: ksatchit <ksatchit@mayadata.io>
This commit is contained in:
Karthik Satchitanand
2020-01-09 09:46:05 +05:30
committed by Chandan Kumar
parent 8efba79d8c
commit 7c99b1c504

View File

@@ -10,23 +10,22 @@ spec:
definition:
scope: Namespaced
permissions:
apiGroups:
- ""
- "batch"
- "litmuschaos.io"
resources:
- "jobs"
- "pods"
- "pods/exec"
- "chaosengines"
- "chaosexperiments"
- "chaosresults"
verbs:
- "create"
- "list"
- "get"
- "patch"
- "delete"
- apiGroups:
- ""
- "batch"
- "litmuschaos.io"
resources:
- "jobs"
- "pods"
- "chaosengines"
- "chaosexperiments"
- "chaosresults"
verbs:
- "create"
- "list"
- "get"
- "patch"
- "delete"
image: "litmuschaos/ansible-runner:ci"
args:
- -c