matrix-media-repo: Fix rendered indentation in matrix-media-repo

This commit is contained in:
Marcel 2023-04-07 15:32:38 +00:00
parent 6b0d9c0fd4
commit cd78a3b423

View file

@ -13,7 +13,7 @@ spec:
podMetricsEndpoints:
- path: /metrics
port: metrics
{{- if .Values.podmonitor.interval }}interval: {{ .Values.podmonitor.interval }}{{- end }}
{{ if .Values.podmonitor.interval }}interval: {{ .Values.podmonitor.interval }}{{ end }}
selector:
matchLabels:
{{- include "matrix-media-repo.selectorLabels" . | nindent 6 }}