From 1a76401185f1aa4e3a0060a8542a14972f306250 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Fri, 19 Apr 2024 16:25:34 -0700 Subject: [PATCH] Add correct labels to CNI metrics chart. (#2889) --- charts/cni-metrics-helper/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/cni-metrics-helper/templates/deployment.yaml b/charts/cni-metrics-helper/templates/deployment.yaml index 5cb2fb1397..192ce9e56e 100644 --- a/charts/cni-metrics-helper/templates/deployment.yaml +++ b/charts/cni-metrics-helper/templates/deployment.yaml @@ -23,6 +23,8 @@ spec: {{- end }} {{- end }} labels: + app.kubernetes.io/name: {{ include "cni-metrics-helper.name" . }} + app.kubernetes.io/instance: {{ .Release.Name }} k8s-app: cni-metrics-helper spec: containers: