Skip to content

Commit 63cf52b

Browse files
tobias0106tosm-nc
andauthored
[azure-resourcegraph-exporter]` fix servicemonitor yaml formatting error#63 (#64)
* fix: "Add nindent" * fix: "Chart Version bumped" --------- Co-authored-by: Tobias Svane Mikkelsen <tosm@netcompany.com>
1 parent 91624b9 commit 63cf52b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/azure-metrics-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: azure-metrics-exporter
33
type: application
44
description: A Helm chart for azure-metrics-exporter
55
home: https://github.com/webdevops/azure-metrics-exporter
6-
version: 1.2.6
6+
version: 1.2.7
77
# renovate: image=webdevops/azure-metrics-exporter
88
appVersion: 24.9.1
99
keywords:

charts/azure-resourcegraph-exporter/templates/prometheus/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kind: ServiceMonitor
55
metadata:
66
name: {{ template "azure-resourcegraph-exporter.fullname" . }}
77
namespace: {{ template "azure-resourcegraph-exporter.namespace" . }}
8-
labels: {{ include "azure-resourcegraph-exporter.labels" . | indent 4 }}
8+
labels: {{ include "azure-resourcegraph-exporter.labels" . | nindent 4 }}
99
spec:
1010
jobLabel: {{ default "app.kubernetes.io/name" .Values.prometheus.monitor.jobLabel }}
1111
{{- include "servicemonitor.scrapeLimits" .Values.prometheus.monitor | nindent 2 }}

0 commit comments

Comments
 (0)