Skip to content

Commit

Permalink
Add app.kubernetes.io/instance label back to Helm kueue.selectorLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Feb 27, 2024
1 parent 86a7774 commit d48acee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/kueue/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Selector labels
*/}}
{{- define "kueue.selectorLabels" -}}
app.kubernetes.io/name: {{ include "kueue.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: controller
{{- end }}

Expand Down

0 comments on commit d48acee

Please sign in to comment.