Skip to content

Commit

Permalink
fix(helm): indentation return into monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
M4XGO committed Jan 15, 2024
1 parent 1969009 commit ae624a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/prescaling-exporter/templates/monitor.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.prometheus.monitor.enabled -}}
{{- if .Values.prometheus.monitor.enabled }}
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
Expand All @@ -22,9 +22,9 @@ spec:
relabelings:
{{ toYaml .Values.prometheus.monitor.relabelings | nindent 8 }}
{{- end }}
{{- end -}}
{{- end }}

{{- if .Values.victoriametrics.monitor.enabled -}}
{{- if .Values.victoriametrics.monitor.enabled }}
apiVersion: operator.victoriametrics.com/v1beta1
kind: VMServiceScrape
metadata:
Expand All @@ -47,4 +47,4 @@ spec:
selector:
matchLabels:
{{- include "prescaling-exporter.selectorLabels" . | nindent 8 }}
{{- end -}}
{{- end }}

0 comments on commit ae624a5

Please sign in to comment.