mirror of https://git.rancher.io/charts
12 lines
445 B
Diff
12 lines
445 B
Diff
--- charts-original/templates/deployment.yaml
|
|
+++ charts/templates/deployment.yaml
|
|
@@ -33,7 +33,7 @@
|
|
{{- end }}
|
|
containers:
|
|
- name: {{ .Chart.Name }}
|
|
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
|
+ image: "{{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
|
args:
|
|
{{- range .Values.extraArgs }}
|
|
- {{ . }}
|