Helm/Camunda

From Chorke Wiki
Jump to navigation Jump to search
helm repo add camunda https://helm.camunda.io
helm repo update
helm repo list

Config

export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml"
export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml"
export KUBECONFIG="${HOME}/.kube/config"

Install

Uninstall

helm uninstall -n camunda camunda
kubectl delete namespace camunda

Playground

References