Skip to content

Commit

Permalink
[azure-resourcegraph-exporter]` fix servicemonitor yaml formatting er…
Browse files Browse the repository at this point in the history
…ror#63 (#64)

* fix: "Add nindent"

* fix: "Chart Version bumped"

---------

Co-authored-by: Tobias Svane Mikkelsen <[email protected]>
  • Loading branch information
tobias0106 and tosm-nc authored Oct 31, 2024
1 parent 91624b9 commit 63cf52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/azure-metrics-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: azure-metrics-exporter
type: application
description: A Helm chart for azure-metrics-exporter
home: https://github.com/webdevops/azure-metrics-exporter
version: 1.2.6
version: 1.2.7
# renovate: image=webdevops/azure-metrics-exporter
appVersion: 24.9.1
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: ServiceMonitor
metadata:
name: {{ template "azure-resourcegraph-exporter.fullname" . }}
namespace: {{ template "azure-resourcegraph-exporter.namespace" . }}
labels: {{ include "azure-resourcegraph-exporter.labels" . | indent 4 }}
labels: {{ include "azure-resourcegraph-exporter.labels" . | nindent 4 }}
spec:
jobLabel: {{ default "app.kubernetes.io/name" .Values.prometheus.monitor.jobLabel }}
{{- include "servicemonitor.scrapeLimits" .Values.prometheus.monitor | nindent 2 }}
Expand Down

0 comments on commit 63cf52b

Please sign in to comment.