简体   繁体   中英

Templating of the Helm charts

有没有一种方法可以创建自己的样板掌舵图表,然后从中为我的微服务生成掌舵图表(仅图表名称会有所不同)?

Yes, you'd need to create a package of your base boilerplate chart and then reference it in the requirements.yaml for other charts which depend on it.

Ref: https://helm.sh/docs/developing_charts/#chart-dependencies

Use helm create command to create boiler template, then changes are up to yourself.

$ helm create mychart

Ref: https://helm.sh/docs/helm/#helm-create

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM