diff --git a/stable/prometheus-snmp-exporter/Chart.yaml b/stable/prometheus-snmp-exporter/Chart.yaml index 18ad583cd0..dcd0ce82cf 100644 --- a/stable/prometheus-snmp-exporter/Chart.yaml +++ b/stable/prometheus-snmp-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Prometheus SNMP Exporter name: prometheus-snmp-exporter -version: 0.0.3 +version: 0.0.4 appVersion: 0.14.0 home: https://github.com/prometheus/snmp_exporter sources: diff --git a/stable/prometheus-snmp-exporter/templates/configmap.yaml b/stable/prometheus-snmp-exporter/templates/configmap.yaml index b439300fcf..00e4aeda9a 100644 --- a/stable/prometheus-snmp-exporter/templates/configmap.yaml +++ b/stable/prometheus-snmp-exporter/templates/configmap.yaml @@ -11,5 +11,5 @@ metadata: helm.sh/chart: {{ include "prometheus-snmp-exporter.chart" . }} data: snmp.yaml: | -{{ toYaml .Values.config | indent 4 }} +{{ .Values.config | indent 4 }} {{- end }}