From b40adc3c7fa7bb2fc8bfe232a81859b1f04b594c Mon Sep 17 00:00:00 2001 From: Nicole Date: Tue, 30 Jan 2024 09:32:19 -0700 Subject: [PATCH] there is a missing trim for the resources on the kuberbacproxy which makes for strange spacing in the daemonset resources. This fixes that Signed-off-by: Nicole --- charts/prometheus-node-exporter/templates/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-node-exporter/templates/daemonset.yaml b/charts/prometheus-node-exporter/templates/daemonset.yaml index 70e5e55510af..8466bfa4cd08 100644 --- a/charts/prometheus-node-exporter/templates/daemonset.yaml +++ b/charts/prometheus-node-exporter/templates/daemonset.yaml @@ -222,7 +222,7 @@ spec: timeoutSeconds: 5 {{- if .Values.kubeRBACProxy.resources }} resources: - {{ toYaml .Values.kubeRBACProxy.resources | nindent 12 }} + {{- toYaml .Values.kubeRBACProxy.resources | nindent 12 }} {{- end }} {{- if .Values.terminationMessageParams.enabled }} {{- with .Values.terminationMessageParams }}