fix(argo-cd): Typo in repo server service monitor (#815)
This commit is contained in:
parent
0180e943ff
commit
f17cc62250
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ metadata:
|
|||
spec:
|
||||
endpoints:
|
||||
- port: metrics
|
||||
{{- with .Values.controller.metrics.serviceMonitor.interval }}
|
||||
{{- with .Values.repoServer.metrics.serviceMonitor.interval }}
|
||||
interval: {{ . }}
|
||||
{{- end }}
|
||||
path: /metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue