Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 780 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 780 Bytes

Zesty K8s Helm Chart

Helm chart for Zesty k8s

Installation

IMPORTANT: Zesty requires org ID and key to work. You can get those during onboarding on the Zesty platform.

  1. Add the Zesty helm chart repo to your client configuration
helm repo add zesty https://zesty-co.github.io/zesty-k8s-helm
helm repo update
  1. Search the repo to make sure it's set up
$ helm search repo zesty
NAME                    CHART VERSION   APP VERSION     DESCRIPTION
zesty/zesty-k8s-helm    0.1.33          1.0.8           A Helm chart for Kubernetes
  1. Install the chart
helm install zesty-k8s --set orgID=<ORG_ID> --set encryptedCredentials=<KEY> zesty/zesty-k8s-helm --namespace <NAMESPACE> --create-namespace

Uninstalling

helm delete zesty