Skip to content

Commit 5e04f49

Browse files
committed
Grant the Config Policy controller status update permissions
This only applies to hosted mode. Signed-off-by: mprahl <[email protected]>
1 parent 234f0b4 commit 5e04f49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pkg/addon/configpolicy/manifests/managedclusterchart/templates/cluster_role.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ rules:
4848
- patch
4949
- update
5050
- watch
51+
- apiGroups:
52+
- policy.open-cluster-management.io
53+
resources:
54+
- configurationpolicies/status
55+
verbs:
56+
- get
57+
- patch
58+
- update
5159
{{- else }}
5260
- apiGroups:
5361
- '*'

0 commit comments

Comments
 (0)