matrix-media-repo: Fix typo in podmonitor.yaml
This commit is contained in:
parent
d994ede38a
commit
397d007af6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue