Added update verb in charts (#113)

* Added update verb in charts

* updated coredns rbac

Signed-off-by: Amit Bhatt <amitbhatt818@gmail.com>
This commit is contained in:
Amit Bhatt
2020-01-15 16:38:21 +05:30
committed by Chandan Kumar
parent 8820a8636d
commit e7dbeadecc
11 changed files with 17 additions and 4 deletions

View File

@@ -11,19 +11,22 @@ spec:
permissions: permissions:
apiGroups: apiGroups:
- "" - ""
- "extensions"
- "apps"
- "batch" - "batch"
- "litmuschaos.io" - "litmuschaos.io"
resources: resources:
- "daemonsets" - "services"
- "jobs" - "jobs"
- "pods" - "pods"
- "chaosengines" - "chaosengines"
- "chaosexperiments" - "chaosexperiments"
- "chaosresults" - "chaosresults"
verbs: verbs:
- "*" - "get"
- "list"
- "patch"
- "create"
- "update"
- "delete"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/ansible-runner:latest"
args: args:
- -c - -c

View File

@@ -26,6 +26,7 @@ spec:
- "create" - "create"
- "list" - "list"
- "get" - "get"
- "update"
- "patch" - "patch"
- "delete" - "delete"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/ansible-runner:latest"

View File

@@ -28,6 +28,7 @@ spec:
- "list" - "list"
- "get" - "get"
- "patch" - "patch"
- "update"
- "delete" - "delete"
- apiGroups: - apiGroups:
- "" - ""

View File

@@ -28,6 +28,7 @@ spec:
- "list" - "list"
- "get" - "get"
- "patch" - "patch"
- "update"
- "delete" - "delete"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/ansible-runner:latest"
args: args:

View File

@@ -26,6 +26,7 @@ spec:
- "list" - "list"
- "get" - "get"
- "patch" - "patch"
- "update"
- "delete" - "delete"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/ansible-runner:latest"
args: args:

View File

@@ -29,6 +29,7 @@ spec:
- "list" - "list"
- "get" - "get"
- "patch" - "patch"
- "update"
- "delete" - "delete"
- apiGroups: - apiGroups:
- "" - ""

View File

@@ -25,6 +25,7 @@ spec:
- "list" - "list"
- "get" - "get"
- "patch" - "patch"
- "update"
- "delete" - "delete"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/ansible-runner:latest"
args: args:

View File

@@ -28,6 +28,7 @@ spec:
- "list" - "list"
- "get" - "get"
- "patch" - "patch"
- "update"
- "delete" - "delete"
- apiGroups: - apiGroups:
- "" - ""

View File

@@ -25,6 +25,7 @@ spec:
- "delete" - "delete"
- "list" - "list"
- "patch" - "patch"
- "update"
- "get" - "get"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/ansible-runner:latest"
args: args:

View File

@@ -25,6 +25,7 @@ spec:
- "list" - "list"
- "get" - "get"
- "patch" - "patch"
- "update"
- "delete" - "delete"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/ansible-runner:latest"
args: args:

View File

@@ -25,6 +25,7 @@ spec:
- "list" - "list"
- "patch" - "patch"
- "create" - "create"
- "update"
- "delete" - "delete"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/ansible-runner:latest"
args: args: