希曼日记

Helm 创建

helm create <包>
helm create <包/子charts>
  1. 测试模板渲染(可选,用于调试):
helm template my-app . --debug