GPU-Live/template/dev/istio-1.23.1/manifests/charts/istio-cni/templates/_helpers.tpl

9 lines
226 B
Smarty

{{- define "name" -}}
istio-cni
{{- end }}
{{- define "istio-tag" -}}
{{ .Values.cni.tag | default .Values.global.tag }}{{with (.Values.cni.variant | default .Values.global.variant)}}-{{.}}{{end}}
{{- end }}