You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/0000_00_update-status-controller_02_rbac-DevPreviewNoUpgrade.yaml
+8-16
Original file line number
Diff line number
Diff line change
@@ -60,32 +60,25 @@ rules:
60
60
- get
61
61
---
62
62
apiVersion: rbac.authorization.k8s.io/v1
63
-
kind: Role
63
+
kind: ClusterRole
64
64
metadata:
65
65
name: update-status-controller
66
66
namespace: openshift-update-status-controller
67
67
annotations:
68
-
kubernetes.io/description: Grant the update status controller permission to read and observe ConfigMaps, and modify the ConfigMap that serves as UpdateStatus API
68
+
kubernetes.io/description: Grant the update status controller permission to manage UpdateStatuses
0 commit comments