helm
网站
文档
博客
Logo
镜像
HelmChart
代码仓库
论坛
Helm Chart 模板函数
Helm 包含了很多可以在模板中利用的模板函数。
注意,这里很多函数的文档是来自 Sprig。Sprig 是一个适用于Go应用的函数模板库。
参考
https://masterminds.github.io/sprig/
https://helm.sh/zh/docs/chart_template_guide/function_list/
File Functions
FilePath 文件路径函数
Kubernetes and Chart Functions
Math 数学函数
Network 网络函数
Reflection 反射工具函数
Semantic Version Functions
Type Functions
URL 函数
UUID Functions
列表函数
加密函数
字典函数
字符串函数
日期函数
正则表达式函数
类型转换函数
编码和解码函数
逻辑和流程控制