Skip to content

Commit

Permalink
fix(helm): indentation for ServiceMonitor relabelings and metricRelab…
Browse files Browse the repository at this point in the history
…elings (#228)

Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault authored Aug 14, 2024
1 parent af6d5e3 commit aae4810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/dragonfly-operator/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ spec:
{{- end }}
{{- if .Values.serviceMonitor.relabelings }}
relabelings:
{{ toYaml .Values.serviceMonitor.relabelings | indent 6 }}
{{- toYaml .Values.serviceMonitor.relabelings | nindent 4 }}
{{- end }}
{{- if .Values.serviceMonitor.metricRelabelings }}
metricRelabelings:
{{ toYaml .Values.serviceMonitor.metricRelabelings | indent 6 }}
{{- toYaml .Values.serviceMonitor.metricRelabelings | nindent 4 }}
{{- end }}
jobLabel: {{ template "dragonfly-operator.fullname" . }}
namespaceSelector:
Expand Down

0 comments on commit aae4810

Please sign in to comment.