matrix-media-repo: Fix incorrect if case for the podmonitor interval setting
This commit is contained in:
parent
f721c1c8e4
commit
0456b8594d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ spec:
|
||||||
matchNames:
|
matchNames:
|
||||||
- {{ .Release.Namespace }}
|
- {{ .Release.Namespace }}
|
||||||
podMetricsEndpoints:
|
podMetricsEndpoints:
|
||||||
- {{- if .Values.serviceAccount.create }}interval: {{ .Values.podmonitor.interval | default "30s"}}{{- end }}
|
- {{- if .Values.podmonitor.interval }}interval: {{ .Values.podmonitor.interval | default "30s"}}{{- end }}
|
||||||
path: /metrics
|
path: /metrics
|
||||||
port: metrics
|
port: metrics
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Reference in a new issue