User Provided Service Broker is an example Open Service Broker for use demonstrating the Kubernetes Service Catalog.
For more information, visit the Service Catalog project on github.
To install the chart with the release name ups-broker
:
$ helm install charts/ups-broker --name ups-broker --namespace ups-broker
To uninstall/delete the ups-broker
deployment:
$ helm delete ups-broker
The command removes all the Kubernetes components associated with the chart and deletes the release.
The following tables lists the configurable parameters of the User Provided Service Broker
Parameter | Description | Default |
---|---|---|
image |
Image to use | quay.io/kubernetes-service-catalog/user-broker:v0.3.1 |
imagePullSecrets |
The pre-existing secrets to use to pull images from a private registry | [] |
imagePullPolicy |
imagePullPolicy for the ups-broker |
Always |
Specify each parameter using the --set key=value[,key=value]
argument to
helm install
.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example:
$ helm install charts/ups-broker --name ups-broker --namespace ups-broker \
--values values.yaml