From fa5599fdd7071418ace64767f2a7d3cbe1c1bace Mon Sep 17 00:00:00 2001 From: Steve Kuznetsov Date: Tue, 18 Jul 2023 06:43:14 -0600 Subject: [PATCH] menifests: allow list/watch globally on our config configmap Signed-off-by: Steve Kuznetsov --- manifests/01-cluster-role.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifests/01-cluster-role.yaml b/manifests/01-cluster-role.yaml index 0d6a8cb117..86b1388b0e 100644 --- a/manifests/01-cluster-role.yaml +++ b/manifests/01-cluster-role.yaml @@ -42,6 +42,16 @@ rules: - get - list - watch +- apiGroups: + - "" + resources: + - configmaps + resourceNames: + - cloud-credential-operator-config + verbs: + - get + - list + - watch - apiGroups: - config.openshift.io resources: