Skip to content

Commit

Permalink
Merge pull request #17205 from eriknelson/catalog-status-roles
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Add missing catalog service account roles

* Adds the ability for the catalog controller service account to modify
clusterserviceclass and clusterserviceplan status

Bug 1499413
  • Loading branch information
openshift-merge-robot committed Nov 8, 2017
2 parents b953213 + 034792b commit db1fdcb
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
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 db1fdcb

Please sign in to comment.