# 可以使用 --dry-run 来看效果
helm install webpp --dry-run ./nginx/
helm uninstall nginx-release
helm install 或者 helm upgrade 通过 -f 或者 –values 参数传入自定义的yaml文件
通过—set 参数传入值
Helm install nginx –set replicas=4 /nginx
给值加 引号 用 quote 函数·
原文:https://www.cnblogs.com/tian-jun-cs/p/15088019.html