Skip to content

Commit

Permalink
fix: use fullname for app.kubernetes.io/name label (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
muse-sisay authored Dec 11, 2024
1 parent 58f1e80 commit f33a6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/console/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
Selector labels
*/}}
{{- define "console.selectorLabels" -}}
app.kubernetes.io/name: {{ include "console.name" . }}
app.kubernetes.io/name: {{ include "console.fullname" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}

Expand Down

0 comments on commit f33a6ad

Please sign in to comment.