Fix
Signed-off-by: kvanzuijlen <8818390+kvanzuijlen@users.noreply.github.com>
This commit is contained in:
parent
3cd9359f0c
commit
520e236dd8
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ helm.sh/chart: {{ include "argo-workflows.chart" .context }}
|
||||||
{{ include "argo-workflows.selectorLabels" (dict "context" .context "component" .component "name" .name) }}
|
{{ include "argo-workflows.selectorLabels" (dict "context" .context "component" .component "name" .name) }}
|
||||||
app.kubernetes.io/managed-by: {{ .context.Release.Service }}
|
app.kubernetes.io/managed-by: {{ .context.Release.Service }}
|
||||||
app.kubernetes.io/part-of: argo-workflows
|
app.kubernetes.io/part-of: argo-workflows
|
||||||
{{- with .Values.commonLabels }}
|
{{- with .context.Values.commonLabels }}
|
||||||
{{ toYaml .}}
|
{{ toYaml .}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue