Skip to content

Commit

Permalink
Add missing catalog service account roles
Browse files Browse the repository at this point in the history
* Adds the ability for the catalog controller service account to modify
clusterserviceclass and clusterserviceplan status
  • Loading branch information
eriknelson committed Nov 6, 2017
1 parent 7b7eaa6 commit 034792b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/service-catalog/service-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ objects:
- servicecatalog.k8s.io
resources:
- clusterservicebrokers/status
- clusterserviceclasses/status
- clusterserviceplans/status
- serviceinstances/status
- servicebindings/status
- servicebindings/finalizers
Expand Down
2 changes: 2 additions & 0 deletions pkg/oc/bootstrap/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 034792b

Please sign in to comment.