This Helm chart installs a new ServiceBroker
resource that
connects Steward CF to the S3 service provider
Installation of this chart is simple, assuming the following:
- You have the
helm
CLI and the Tiller server running (simplyhelm init
to get the latter) - Your current working directory is this folder
... install with this command:
helm install . --namespace=steward --set BrokerReleaseName="${RELEASE_NAME}"
... where ${RELEASE_NAME}
is the name of the release created when the
../s3-service-provider chart was installed