Skip to content

Commit

Permalink
HB manages ServiceBroker and ClusterServiceBroker resources
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmiskiewicz committed Jan 3, 2020
1 parent 0337b1f commit 83d23b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/helm-broker/02-01-helm-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ If you want the Helm Broker to act as a Namespace-scoped ServiceBroker, create t

The Helm Broker workflow starts with the registration process, during which the Helm Broker fetches addons from URLs provided in the ClusterAddonsConfiguration or AddonsConfiguration CRs and registers them as Service Classes in the Service Catalog.

>**NOTE:** The Helm Broker is the sole component that manages the `helm-broker` Service Broker and Cluster Service Broker. The user should not create or delete this resource.

## Cluster-wide addons flow

1. The Helm Broker watches for ClusterAddonsConfiguration CRs in a given cluster.
Expand Down
4 changes: 2 additions & 2 deletions resources/helm-broker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ global:
containerRegistry:
path: eu.gcr.io/kyma-project
helm_broker:
dir: develop/
version: 6536f9b6
dir: pr/
version: "PR-76"
alpine_net:
dir: develop/
version: 149967d0
Expand Down

0 comments on commit 83d23b1

Please sign in to comment.