fix: use correct labelSelectors for controller ServiceMonitor
Signed-off-by: Jesse Bye <8467862+jessebye@users.noreply.github.com>
This commit is contained in:
parent
77a4196fc3
commit
a6337f0d8d
1 changed files with 1 additions and 1 deletions
|
@ -43,5 +43,5 @@ spec:
|
|||
- {{ .Release.Namespace }}
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "argo-cd.selectorLabels" (dict "context" . "component" .Values.controller.name "name" "metrics") | nindent 6 }}
|
||||
{{- include "argo-cd.selectorLabels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 6 }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue