mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 16:09:29 +00:00
* Move registries.yaml handling out to rancher/wharfie * Add system-default-registry support * Add CLI support for kubelet image credential providers Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
9 lines
233 B
Smarty
9 lines
233 B
Smarty
{{/* vim: set filetype=mustache: */}}
|
|
{{- define "system_default_registry" -}}
|
|
{{- if .Values.global.systemDefaultRegistry -}}
|
|
{{- printf "%s/" .Values.global.systemDefaultRegistry -}}
|
|
{{- else -}}
|
|
{{- "" -}}
|
|
{{- end -}}
|
|
{{- end -}}
|