mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/node-exporter] Fix service annotations indentation (#3824)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user