This Helm chart deploys an instance of the kcp-operator.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add kcp https://kcp-dev.github.io/helm-chartsIf you had already added this repo earlier, run helm repo update to retrieve the latest versions
of the packages. You can then run helm search repo kcp to see the charts.
To install the kcp-operator chart (you can also pass custom values via --values myvalues.yaml):
helm install my-kcp-operator kcp/kcp-operatorTo uninstall the release:
helm delete my-kcp-operatorCheck values.yaml for configuration options for this Helm chart.
For documentation on how to use kcp-operator, check out docs.kcp.io/kcp-operator.