Sunday, September 18, 2022

helm show command

 You can use show command of hem to see the details of chart wihout even installing it.


helm show help
# to show the high level details of a chart, use - show all - to get all details
helm show chart bitnami/kube-state-metrics
# to show the values file content of the chart
helm show values bitnami/kube-state-metrics

No comments:

Post a Comment