Skip to content

helm

  • debug template:helm template ./path/to/template -f vars/values.yaml -f vars/values1.yaml --debug --dry-run
  • list releases: helm list --all
  • delete release: helm delete release_name