Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (35 loc) · 1.45 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.45 KB

User Provided Service Broker

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.

Installing the Chart

To install the chart with the release name ups-broker:

$ helm install charts/ups-broker --name ups-broker --namespace ups-broker

Uninstalling the Chart

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.

Configuration

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