Add cattle system registry

pull/627/head
Brenda Rearden 2020-09-09 17:04:25 -07:00
parent 583b669a92
commit 46204a9171
2 changed files with 4 additions and 3 deletions

View File

@ -4,8 +4,8 @@
{{- end -}}
{{- define "system_default_registry" -}}
{{- if .Values.global.systemDefaultRegistry -}}
{{- printf "%s/" .Values.global.systemDefaultRegistry -}}
{{- if .Values.global.cattle.systemDefaultRegistry -}}
{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}}
{{- else -}}
{{- "" -}}
{{- end -}}

View File

@ -54,7 +54,8 @@ sidecarInjectorWebhook:
rewriteAppHTTPProbe: true
global:
systemDefaultRegistry: ""
cattle:
systemDefaultRegistry: ""
proxy:
repository: rancher/istio-proxyv2
tag: 1.6.8