From 3beac273a5eebd2b3cd5a8b1b04966a08123353d Mon Sep 17 00:00:00 2001 From: shivkumar dudhani Date: Thu, 20 Feb 2020 15:21:07 -0800 Subject: [PATCH] add missing rbac resoruces --- definitions/install.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/definitions/install.yaml b/definitions/install.yaml index d5f607a63f..78140d7eaf 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -627,6 +627,9 @@ rules: - configmaps - resourcequotas - limitranges + - clusterroles + - rolebindings + - clusterrolebindings verbs: - create - update @@ -639,7 +642,7 @@ rules: resources: - namespaces verbs: - - watch + - watch --- apiVersion: v1 kind: ConfigMap