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 -}} {{- end -}}
{{- define "system_default_registry" -}} {{- define "system_default_registry" -}}
{{- if .Values.global.systemDefaultRegistry -}} {{- if .Values.global.cattle.systemDefaultRegistry -}}
{{- printf "%s/" .Values.global.systemDefaultRegistry -}} {{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}}
{{- else -}} {{- else -}}
{{- "" -}} {{- "" -}}
{{- end -}} {{- end -}}

View File

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