mirror of https://git.rancher.io/charts
12 lines
537 B
Diff
12 lines
537 B
Diff
--- charts-original/templates/daemonset.yaml
|
|
+++ charts/templates/daemonset.yaml
|
|
@@ -42,7 +42,7 @@
|
|
containers:
|
|
{{- $servicePort := ternary 8100 .Values.service.port .Values.kubeRBACProxy.enabled }}
|
|
- name: node-exporter
|
|
- image: {{ include "prometheus-node-exporter.image" . }}
|
|
+ image: {{ template "system_default_registry" . }}{{ include "prometheus-node-exporter.image" . }}
|
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
|
args:
|
|
- --path.procfs=/host/proc
|