Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
helm
/
Show chart README
Show chart README
helm
Print the chart README to stdout
helm show readme <chart>
⎘ copy
#helm
more helm
all 54 commands →
Show chart values
helm show values <chart> > values.yaml
Plugin install
helm plugin install https://github.com/databus23/helm-diff
Plugin list
helm plugin list
Release manifest dump
helm get manifest <release> -n <ns>
Test a release
helm test <release> -n <ns>