From 749b19512ee7b062cfcdf110841d25f48d00c88f Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Tue, 15 Aug 2023 18:33:00 +0300 Subject: [PATCH] :rewind: Bring back the `app` labels --- helm-chart/templates/04-hub-pod.yaml | 1 + helm-chart/templates/06-front-pod.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/helm-chart/templates/04-hub-pod.yaml b/helm-chart/templates/04-hub-pod.yaml index ccec5bb6a..34559e010 100644 --- a/helm-chart/templates/04-hub-pod.yaml +++ b/helm-chart/templates/04-hub-pod.yaml @@ -3,6 +3,7 @@ apiVersion: v1 kind: Pod metadata: labels: + app: kubeshark-hub app.kubeshark.co/app: hub sidecar.istio.io/inject: "false" {{- include "kubeshark.labels" . | nindent 4 }} diff --git a/helm-chart/templates/06-front-pod.yaml b/helm-chart/templates/06-front-pod.yaml index 8126215a4..0a3c654fe 100644 --- a/helm-chart/templates/06-front-pod.yaml +++ b/helm-chart/templates/06-front-pod.yaml @@ -3,6 +3,7 @@ apiVersion: v1 kind: Pod metadata: labels: + app: kubeshark-front app.kubeshark.co/app: front sidecar.istio.io/inject: "false" {{- include "kubeshark.labels" . | nindent 4 }}