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