From 229606f431857365c9a442fa2c9c11ea474f5de6 Mon Sep 17 00:00:00 2001 From: Prageeth Warnak Date: Mon, 20 Jul 2020 13:20:34 +1000 Subject: [PATCH] fixing issue 142 Signed-off-by: Prageeth Warnak --- docs/rbac.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/rbac.yaml b/docs/rbac.yaml index 6bfc7e9e..c05436c3 100644 --- a/docs/rbac.yaml +++ b/docs/rbac.yaml @@ -35,9 +35,11 @@ rules: - namespaces - pods - services + - configmaps verbs: - get - list + - watch --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole @@ -78,6 +80,14 @@ rules: - get - list - watch +- apiGroups: + - "" + resources: + - configmaps + verbs: + - get + - list + - watch --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding