diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml index 8b8172ae..ee62aa00 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml @@ -27,8 +27,9 @@ spec: - {{ .Release.Namespace | quote }} selector: matchLabels: - # app.kubernetes.io/managed-by: {{ .Release.Service }} + app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/instance: {{ .Release.Name }} - # app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} - # app.kubernetes.io/name: {{ .Release.Name }} + app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} + app.kubernetes.io/name: {{ .Release.Name }} + argocd.argoproj.io/instance: freeleaps-prod-authentication {{- end }} \ No newline at end of file