matrix-media-repo: Fix typo in podmonitor.yaml

This commit is contained in:
Marcel 2023-03-20 17:04:40 +00:00
parent d994ede38a
commit 397d007af6

View file

@ -11,7 +11,7 @@ spec:
matchNames:
- {{ .Release.Namespace }}
podMetricsEndpoints:
- {{- if .Values.serviceAccount.create }}interval: {{ Values.podmonitor.interval | default "30s"}}{{- end }}
- {{- if .Values.serviceAccount.create }}interval: {{ .Values.podmonitor.interval | default "30s"}}{{- end }}
path: /metrics
port: metrics
selector: