Returned newline in servicemonitor templates
Signed-off-by: Igor Churmeev <ingvarch@gmail.com>
This commit is contained in:
parent
9c90321569
commit
544723e818
3 changed files with 3 additions and 0 deletions
|
@ -32,3 +32,4 @@ spec:
|
|||
app.kubernetes.io/name: {{ include "argo-cd.name" . }}-metrics
|
||||
app.kubernetes.io/component: {{ .Values.controller.name }}
|
||||
{{- end }}
|
||||
|
||||
|
|
|
@ -33,3 +33,4 @@ spec:
|
|||
app.kubernetes.io/name: {{ template "argo-cd.repoServer.fullname" . }}-metrics
|
||||
app.kubernetes.io/component: {{ .Values.repoServer.name }}
|
||||
{{- end }}
|
||||
|
||||
|
|
|
@ -33,3 +33,4 @@ spec:
|
|||
app.kubernetes.io/name: {{ include "argo-cd.name" . }}-{{ .Values.server.name }}-metrics
|
||||
app.kubernetes.io/component: {{ .Values.server.name }}
|
||||
{{- end }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue