Helm chart for Zesty k8s
IMPORTANT: There are several prerequisites that are needed for the Zesty agent to work. You can get those, as well as a detailed instructions on the Zesty platform.
- Add the Zesty helm chart repo to your client configuration
helm repo add zesty https://zesty-co.github.io/kompass-insights
helm repo update
- Search the repo to make sure it's set up
$ helm search repo zesty
NAME CHART VERSION APP VERSION DESCRIPTION
zesty/kompass-insights 1.1.0 1.62.2 A Helm chart for Kubernetes
- Install the chart
helm install zesty-k8s zesty/kompass-insights --namespace zesty-system --create-namespace -f values.yaml
helm delete zesty