helm loop
# templates/loop.yaml
# reference: https://github.com/helm/helm/issues/1055
{{ $count := (.Values.replicaCount | int) }}
{{- range until $count }}
spec:
index: {{ . }}
{{ end }}
# 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
网友评论