fix(argo-events): Fix selectorLabels of ServiceMonitor (#1361)
Signed-off-by: darklore <zodiac.brave.story@gmail.com>
This commit is contained in:
parent
6d2dd8cca7
commit
e40abee91f
2 changed files with 3 additions and 4 deletions
|
|
@ -34,5 +34,5 @@ spec:
|
|||
- {{ .Release.Namespace }}
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "argo-events.selectorLabels" (dict "context" . "component" .Values.controller.name "name" "metrics") | nindent 6 }}
|
||||
{{- include "argo-events.selectorLabels" (dict "context" . "component" .Values.controller.name "name" (printf "%s-metrics" .Values.controller.name)) | nindent 6 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue