Skip to content

Commit

Permalink
fix: use fullname for app.kubernetes.io/name label
Browse files Browse the repository at this point in the history
  • Loading branch information
muse-sisay committed Dec 9, 2024
1 parent f180568 commit 87e8916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubefirst-api/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
Selector labels
*/}}
{{- define "kubefirst-api.selectorLabels" -}}
app.kubernetes.io/name: {{ include "kubefirst-api.name" . }}
app.kubernetes.io/name: {{ include "kubefirst-api.fullname" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}

Expand Down

0 comments on commit 87e8916

Please sign in to comment.