Helm
Installation by Helm
Helm deployment
The recommended way to deploy cf-service-operator is to use the Helm chart, also available in packaged form:
- as helm package: https://sap.github.io/cf-service-operator-helm/cf-service-operator
- as OCI package: oci://ghcr.io/sap/cf-service-operator-helm/cf-service-operator
The chart does not require any mandatory parameters, so deploying cf-service-operator is as easy as
helm repo add cf-service-operator https://sap.github.io/cf-service-operator-helm
helm -n cf-service-operator upgrade -i cf-service-operator cf-service-operator/cf-service-operator
Last modified June 20, 2023: update website (537eae1)