Skip to content

Commit 617c823

Browse files
pmoriekibbles-n-bytes
authored andcommitted
Grant controller abilit to update service/plan status (openshift#1532)
1 parent 281ca9c commit 617c823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/catalog/templates/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ items:
9595
resources: ["clusterservicebrokers","serviceinstances","servicebindings"]
9696
verbs: ["get","list","watch"]
9797
- apiGroups: ["servicecatalog.k8s.io"]
98-
resources: ["clusterservicebrokers/status","serviceinstances/status","serviceinstances/reference","servicebindings/status"]
98+
resources: ["clusterservicebrokers/status","clusterserviceclasses/status","clusterserviceplans/status","serviceinstances/status","serviceinstances/reference","servicebindings/status"]
9999
verbs: ["update"]
100100
# give the controller-manager service account access to whats defined in its role.
101101
- apiVersion: {{template "rbacApiVersion" . }}

0 commit comments

Comments
 (0)