fix(argo-workflows): add app: label to components to match upstream

Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
Tim Collins 2024-06-18 10:04:45 +01:00
parent fcb77f9353
commit 63cdd61e9a
No known key found for this signature in database
GPG key ID: 09F625E00301ED18

View file

@ -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 }}