Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Mar 25, 2019
1 parent e2f8fdd commit 83519d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/catalog/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ items:
verbs: ["get","list","watch","create","patch","update","delete"]
- apiGroups: ["servicecatalog.k8s.io"]
resources: ["clusterservicebrokers"]
verbs: ["get","list","watch"]
verbs: ["get","list","watch", "update"]
- apiGroups: ["servicecatalog.k8s.io"]
resources: ["serviceinstances","servicebindings"]
verbs: ["get","list","watch", "update", "patch"]
Expand All @@ -51,7 +51,7 @@ items:
verbs: ["get","list","watch","create","patch","update","delete"]
- apiGroups: ["servicecatalog.k8s.io"]
resources: ["servicebrokers"]
verbs: ["get","list","watch"]
verbs: ["get","list","watch", "update"]
- apiGroups: ["servicecatalog.k8s.io"]
resources: ["servicebrokers/status","serviceclasses/status","serviceplans/status"]
verbs: ["update"]
Expand Down
2 changes: 1 addition & 1 deletion charts/catalog/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default values for Service Catalog
# service-catalog image to use
image: eu.gcr.io/kyma-project/develop/service-catalog/service-catalog-amd64:crd-0.0.2
image: eu.gcr.io/kyma-project/develop/service-catalog/service-catalog-amd64:crd-0.0.3
# imagePullPolicy for the service-catalog; valid values are "IfNotPresent",
# "Never", and "Always"
imagePullPolicy: Always
Expand Down

0 comments on commit 83519d9

Please sign in to comment.