helm core template 源码
掌舵核心模板 这是一个库Helm图表,它是一个PoC,用于将远程回购用作一组应用Helm图表的核心。 此处设置的值和资源旨在供“子”应用程序使用,并根据需要进行添加和更改。 要更改提供的模板,请打包模板并更新索引,以便将此存储库用作Helm存储库: # Package Library Chart $ helm package core-template/ # Create/Update index.yaml $ helm repo index . 要将此存储库用作Helm存储库: $ helm repo add [desired-helm-repo-name] [URL] [flags] 例子: $ helm repo add github-helm-repo ' https://raw.githubusercontent.com/SkylarScaling/helm-co
文件列表
helm-core-template-main.zip
(预估有个10文件)
helm-core-template-main
core-template
Chart.yaml
1KB
.helmignore
349B
_helpers.tpl
203B
templates
_configmap.yaml
335B
_util.yaml
499B
_namespace.yaml
444B
index.yaml
405B
暂无评论