waldur-helm

Packaging of Waldur as Helm application

View on GitHub

Official documentation

Documentation of installation link: Helm

Installing Helm

  1. Download and install Helm
  curl -fsSL -o get_helm.sh <https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3>
  chmod 700 get_helm.sh
  ./get_helm.sh
  1. Check the version
  helm version