matrix-media-repo: Fix rendered indentation in matrix-media-repo
This commit is contained in:
parent
6b0d9c0fd4
commit
cd78a3b423
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue