(refactor): convert permission to array from object (#118)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-01-17 11:27:26 +05:30
committed by Chandan Kumar
parent 9ec773b7db
commit 7ddaacd084
6 changed files with 140 additions and 140 deletions

View File

@@ -11,28 +11,28 @@ metadata:
version: 0.1.4
spec:
permissions:
apiGroups:
- ""
- "extensions"
- "apps"
- "batch"
- "litmuschaos.io"
- "openebs.io"
resources:
- "daemonsets"
- "statefulsets"
- "deployments"
- "replicasets"
- "jobs"
- "pods"
- "pods/exec"
- "chaosengines"
- "chaosexperiments"
- "chaosresults"
- "persistentvolumeclaims"
- "cstorvolumereplicas"
verbs:
- "*"
- apiGroups:
- ""
- "extensions"
- "apps"
- "batch"
- "litmuschaos.io"
- "openebs.io"
resources:
- "daemonsets"
- "statefulsets"
- "deployments"
- "replicasets"
- "jobs"
- "pods"
- "pods/exec"
- "chaosengines"
- "chaosexperiments"
- "chaosresults"
- "persistentvolumeclaims"
- "cstorvolumereplicas"
verbs:
- "*"
definition:
image: "litmuschaos/ansible-runner:latest"
args: