mirror of https://git.rancher.io/charts
12 lines
282 B
Smarty
12 lines
282 B
Smarty
|
{{- define "system_default_registry" -}}
|
||
|
{{- if .Values.global.cattle.systemDefaultRegistry -}}
|
||
|
{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}}
|
||
|
{{- else -}}
|
||
|
{{- "" -}}
|
||
|
{{- end -}}
|
||
|
{{- end -}}
|
||
|
|
||
|
{{- define "rancher-webhook.labels" -}}
|
||
|
app: rancher-webhook
|
||
|
{{- end }}
|