美文网首页
helm tutorial

helm tutorial

作者: allenhaozi | 来源:发表于2023-03-04 14:31 被阅读0次

helm loop

# templates/loop.yaml
# reference: https://github.com/helm/helm/issues/1055
{{ $count := (.Values.replicaCount | int) }}


{{- range until $count }}
spec: 
  index: {{ . }}
{{ end }}

相关文章

网友评论

      本文标题:helm tutorial

      本文链接:https://www.haomeiwen.com/subject/ssdyldtx.html