fix(argo-events): support for additional labels (#2714)

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
Co-authored-by: yuki.kitakata <yu.croco@gmail.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
This commit is contained in:
Nicolas Lamirault 2024-05-24 05:04:54 +02:00 committed by GitHub
parent fa2fb1c5c1
commit fb807031a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -104,6 +104,9 @@ helm.sh/chart: {{ include "argo-events.chart" .context }}
{{ include "argo-events.selectorLabels" (dict "context" .context "component" .component "name" .name) }}
app.kubernetes.io/managed-by: {{ .context.Release.Service }}
app.kubernetes.io/part-of: argo-events
{{- with .context.Values.global.additionalLabels }}
{{ toYaml . }}
{{- end }}
{{- end }}
{{/*