diff --git a/chart/templates/authservice/namespace.yaml b/chart/templates/authservice/namespace.yaml
index 6cbaf46371c8089a7c60910320bc366bb6380f7d..d3e78fac186a69049630cbaefdf56dda94b4b1a9 100644
--- a/chart/templates/authservice/namespace.yaml
+++ b/chart/templates/authservice/namespace.yaml
@@ -3,8 +3,11 @@ apiVersion: v1
 kind: Namespace
 metadata:
   name: authservice
-  {{- if .Values.istio.enabled }}
   labels:
+    {{- if .Values.istio.enabled }}
     istio-injection: enabled
-  {{- end }}
-{{- end }}
\ No newline at end of file
+    {{- end }}
+    app.kubernetes.io/name: authservice
+    app.kubernetes.io/component: "core"
+    {{- include "commonLabels" . | nindent 4}}
+{{- end }}