Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sudhirpandey/7ac8bf3d18558d9c3c4b46e6d0974a35 to your computer and use it in GitHub Desktop.
Save sudhirpandey/7ac8bf3d18558d9c3c4b46e6d0974a35 to your computer and use it in GitHub Desktop.
Helm usage with triller in confined namespace and other options eg
helm del --purge prometheus --tiller-namespace=helmtest
helm ls --all prometheus --tiller-namespace=helmtest
helm install --name prometheus stable/prometheus --set nodeExporter.enabled=false --tiller-namespace=helmtest
helm del --purge prometheus --tiller-namespace=helmtest
helm install --name prometheus stable/prometheus --set nodeExporter.enabled=false --tiller-namespace=helmtest
helm del --purge prometheus --tiller-namespace=helmtest
helm install --name prometheus stable/prometheus --set nodeExporter.enabled=false,server.persistentVolume.storageClass=slow --tiller-namespace=helmtest
helm install stable/grafana --tiller-namespace=helmtest --set server.persistentVolume.size=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment