From 9e728d5024cef0d5fb3b8c3a8076c1109b79b7b8 Mon Sep 17 00:00:00 2001 From: Mansi Kulkarni Date: Thu, 17 Oct 2024 11:55:53 -0400 Subject: [PATCH] Add namespace list and watch rbac --- .../windows-machine-config-operator.clusterserviceversion.yaml | 2 ++ config/rbac/role.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml b/bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml index 8bcb5e55b5..51cbccd3d4 100644 --- a/bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml +++ b/bundle/manifests/windows-machine-config-operator.clusterserviceversion.yaml @@ -211,6 +211,8 @@ spec: - namespaces verbs: - get + - list + - watch - apiGroups: - "" resources: diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 036b86ef71..1ec899051f 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -53,6 +53,8 @@ rules: - namespaces verbs: - get + - list + - watch - apiGroups: - "" resources: