fix(argo-workflows): add app:
label to components to match upstream
Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
parent
fcb77f9353
commit
63cdd61e9a
1 changed files with 1 additions and 0 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue