Skip to content

Commit

Permalink
Grant controller abilit to update service/plan status (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie authored and kibbles-n-bytes committed Nov 6, 2017
1 parent 281ca9c commit 617c823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/catalog/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ items:
resources: ["clusterservicebrokers","serviceinstances","servicebindings"]
verbs: ["get","list","watch"]
- apiGroups: ["servicecatalog.k8s.io"]
resources: ["clusterservicebrokers/status","serviceinstances/status","serviceinstances/reference","servicebindings/status"]
resources: ["clusterservicebrokers/status","clusterserviceclasses/status","clusterserviceplans/status","serviceinstances/status","serviceinstances/reference","servicebindings/status"]
verbs: ["update"]
# give the controller-manager service account access to whats defined in its role.
- apiVersion: {{template "rbacApiVersion" . }}
Expand Down

0 comments on commit 617c823

Please sign in to comment.