rancher-charts/charts/rancher-istio/100.0.1+up1.10.4/templates/_helpers.tpl

13 lines
363 B
Smarty
Raw Normal View History

2021-06-18 20:16:00 +00:00
{{/* Ensure namespace is set the same everywhere */}}
{{- define "istio.namespace" -}}
{{- .Release.Namespace | default "istio-system" -}}
{{- end -}}
{{- define "system_default_registry" -}}
{{- if .Values.global.cattle.systemDefaultRegistry -}}
{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}}
{{- else -}}
{{- "" -}}
{{- end -}}
{{- end -}}