[bitnami/node-exporter] Fix service annotations indentation (#3824)

This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2020-10-02 10:11:30 +02:00
committed by GitHub
parent e33e65a275
commit 4fab1ec7c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.0.1
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
name: node-exporter
version: 1.1.2
version: 1.1.3
keywords:
- prometheus
- node-exporter
+1 -1
View File
@@ -8,7 +8,7 @@ metadata:
prometheus.io/scrape: "true"
{{- end }}
{{- with .Values.service.annotations }}
{{- toYaml . | indent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
labels: {{- include "node-exporter.labels" . | nindent 4 }}
{{- if .Values.service.labels }}