From 63cdd61e9a1706325bd2292050a94c2d470d8fa8 Mon Sep 17 00:00:00 2001 From: Tim Collins Date: Tue, 18 Jun 2024 10:04:45 +0100 Subject: [PATCH] fix(argo-workflows): add `app:` label to components to match upstream Signed-off-by: Tim Collins --- charts/argo-workflows/templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/argo-workflows/templates/_helpers.tpl b/charts/argo-workflows/templates/_helpers.tpl index f46af22f..ebbba978 100644 --- a/charts/argo-workflows/templates/_helpers.tpl +++ b/charts/argo-workflows/templates/_helpers.tpl @@ -94,6 +94,7 @@ app.kubernetes.io/name: {{ include "argo-workflows.name" .context }}-{{ .name }} app.kubernetes.io/instance: {{ .context.Release.Name }} {{- if .component }} app.kubernetes.io/component: {{ .component }} +app: {{ .component }} {{- end }} {{- end }}