mirror of https://git.rancher.io/charts
5 lines
153 B
Smarty
5 lines
153 B
Smarty
|
{{/* Ensure namespace is set the same everywhere */}}
|
||
|
{{- define "istio.namespace" -}}
|
||
|
{{- .Release.Namespace | default "istio-system" -}}
|
||
|
{{- end -}}
|