From ecfd65a375c4611553e40f4df246e7497b2b19e8 Mon Sep 17 00:00:00 2001 From: John Lawrence Date: Thu, 16 Apr 2020 22:13:33 +0000 Subject: [PATCH] Process Exporter: Parameter fix Fix to avoid boolean vs string conflict Change-Id: I6cbe420a47e5361fd685d84c956d2521b6c6f44f --- prometheus-process-exporter/templates/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus-process-exporter/templates/daemonset.yaml b/prometheus-process-exporter/templates/daemonset.yaml index f6e2d7b6..d7e908db 100644 --- a/prometheus-process-exporter/templates/daemonset.yaml +++ b/prometheus-process-exporter/templates/daemonset.yaml @@ -72,7 +72,7 @@ spec: {{ tuple $envAll $envAll.Values.pod.resources.process_exporter | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }} {{ dict "envAll" $envAll "application" "metrics" "container" "process_exporter" | include "helm-toolkit.snippets.kubernetes_container_security_context" | indent 10 }} args: -{{- if .Values.conf.children }} +{{- if hasKey .Values.conf "children" }} - -children={{ .Values.conf.children }} {{- end }} - -procnames