diff --git a/charts/prometheus-blackbox-exporter/templates/_helpers.tpl b/charts/prometheus-blackbox-exporter/templates/_helpers.tpl index 7eab07ff31d8..30039b893efc 100644 --- a/charts/prometheus-blackbox-exporter/templates/_helpers.tpl +++ b/charts/prometheus-blackbox-exporter/templates/_helpers.tpl @@ -186,7 +186,7 @@ containers: - --listen-address=:{{ .Values.configReloader.containerPort }} - --log-format={{ .Values.configReloader.config.logFormat }} - --log-level={{ .Values.configReloader.config.logLevel }} - {{- with .Values.resources }} + {{- with .Values.configReloader.resources }} resources: {{- toYaml . | nindent 4 }} {{- end }}