Signed-off-by: kvanzuijlen <8818390+kvanzuijlen@users.noreply.github.com>
This commit is contained in:
kvanzuijlen 2023-10-17 16:00:26 +02:00
parent 3cd9359f0c
commit 520e236dd8
No known key found for this signature in database
GPG key ID: 3BD884D2AE99AD59

View file

@ -79,7 +79,7 @@ helm.sh/chart: {{ include "argo-workflows.chart" .context }}
{{ include "argo-workflows.selectorLabels" (dict "context" .context "component" .component "name" .name) }}
app.kubernetes.io/managed-by: {{ .context.Release.Service }}
app.kubernetes.io/part-of: argo-workflows
{{- with .Values.commonLabels }}
{{- with .context.Values.commonLabels }}
{{ toYaml .}}
{{- end }}
{{- end }}