diff --git a/pkg/addon/configpolicy/manifests/managedclusterchart/templates/cluster_role.yaml b/pkg/addon/configpolicy/manifests/managedclusterchart/templates/cluster_role.yaml index 22d5d798..9ae38f33 100644 --- a/pkg/addon/configpolicy/manifests/managedclusterchart/templates/cluster_role.yaml +++ b/pkg/addon/configpolicy/manifests/managedclusterchart/templates/cluster_role.yaml @@ -53,6 +53,7 @@ rules: - policy.open-cluster-management.io resources: - configurationpolicies + - operatorpolicies verbs: - get - list @@ -63,6 +64,7 @@ rules: - policy.open-cluster-management.io resources: - configurationpolicies/status + - operatorpolicies/status verbs: - get - patch