mirror of https://git.rancher.io/charts
12 lines
582 B
Diff
12 lines
582 B
Diff
--- charts-original/templates/exporter-deployment.yaml
|
|
+++ charts/templates/exporter-deployment.yaml
|
|
@@ -41,7 +41,7 @@
|
|
image: "{{ .Values.registry }}/prometheus-exporter:{{ .Values.exporter.image.tag }}"
|
|
{{- end }}
|
|
{{- else }}
|
|
- image: "{{ .Values.registry }}/{{ .Values.exporter.image.repository }}:{{ .Values.exporter.image.tag }}"
|
|
+ image: {{ template "system_default_registry" . }}{{ .Values.exporter.image.repository }}:{{ .Values.exporter.image.tag }}
|
|
{{- end }}
|
|
imagePullPolicy: Always
|
|
env:
|