mirror of https://git.rancher.io/charts
13 lines
363 B
Smarty
13 lines
363 B
Smarty
|
{{/* 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 -}}
|