From b7a8d9a41a6cae52552c5211897b606ed2bbe8aa Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Tue, 15 Aug 2023 17:44:39 +0300 Subject: [PATCH] :zap: Fix the label order --- helm-chart/templates/05-hub-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}