diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml index c2039552..c9ddaf8f 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/servicemonitor.yaml @@ -27,8 +27,8 @@ 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 }} {{- end }} \ No newline at end of file