mirror of https://git.rancher.io/charts
Add cattle system registry
parent
583b669a92
commit
46204a9171
|
@ -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 -}}
|
||||
|
|
|
@ -54,7 +54,8 @@ sidecarInjectorWebhook:
|
|||
rewriteAppHTTPProbe: true
|
||||
|
||||
global:
|
||||
systemDefaultRegistry: ""
|
||||
cattle:
|
||||
systemDefaultRegistry: ""
|
||||
proxy:
|
||||
repository: rancher/istio-proxyv2
|
||||
tag: 1.6.8
|
||||
|
|
Loading…
Reference in New Issue