From 666179e9ce8a809b2a79f761558697ce7483dd4b Mon Sep 17 00:00:00 2001 From: Baargav Date: Fri, 5 Apr 2024 10:25:16 -0400 Subject: [PATCH] Ensure configReloader does not get same resources as the exporter Signed-off-by: Baargav --- charts/prometheus-blackbox-exporter/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}