From f20d32209c5661a198b8b1827d6d3a838e1d0cc5 Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Sat, 15 Feb 2020 21:24:01 +0530 Subject: [PATCH] (fix): Added daemonset resource in rbac of target container failure (#153) Signed-off-by: shubhamchaudhary --- charts/openebs/openebs-target-container-failure/rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openebs/openebs-target-container-failure/rbac.yaml b/charts/openebs/openebs-target-container-failure/rbac.yaml index 840ad97..72a2c42 100644 --- a/charts/openebs/openebs-target-container-failure/rbac.yaml +++ b/charts/openebs/openebs-target-container-failure/rbac.yaml @@ -16,7 +16,7 @@ metadata: name: target-container-failure-sa rules: - apiGroups: ["","litmuschaos.io","batch","apps","storage.k8s.io"] - resources: ["pods","jobs","pods/exec","configmaps","secrets","persistentvolumeclaims","storageclasses","persistentvolumes","chaosengines","chaosexperiments","chaosresults"] + resources: ["pods","jobs","pods/exec","daemonsets","configmaps","secrets","persistentvolumeclaims","storageclasses","persistentvolumes","chaosengines","chaosexperiments","chaosresults"] verbs: ["create","list","get","patch","update","delete"] --- apiVersion: rbac.authorization.k8s.io/v1beta1