diff --git a/helm-chart/templates/05-hub-service.yaml b/helm-chart/templates/05-hub-service.yaml index 84fc88225..d414b3e0c 100644 --- a/helm-chart/templates/05-hub-service.yaml +++ b/helm-chart/templates/05-hub-service.yaml @@ -3,8 +3,8 @@ apiVersion: v1 kind: Service metadata: labels: - {{- include "kubeshark.labels" . | nindent 4 }} app.kubeshark.co/app: hub + {{- include "kubeshark.labels" . | nindent 4 }} annotations: {{- if .Values.tap.annotations }} {{- toYaml .Values.tap.annotations | nindent 4 }}