mirror of https://git.rancher.io/charts
Add cattle system registry
parent
583b669a92
commit
46204a9171
|
@ -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 -}}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue