Skip to content

Commit

Permalink
Merge pull request #65 from jordanopensource/fix/base_chart_labels
Browse files Browse the repository at this point in the history
[base] modify the app label to use the fullname
  • Loading branch information
thegbk authored Dec 8, 2024
2 parents 92ec62e + d57b6f2 commit 5301b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/base/templates/_labels.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Kubernetes standard labels
{{- end -}}
{{ template "base.tplvalues.merge" (dict "values" (list .customLabels $default) "context" .context) }}
{{- else -}}
app.kubernetes.io/name: {{ include "base.names.name" . }}
app.kubernetes.io/name: {{ include "base.names.fullname" . }}
helm.sh/chart: {{ include "base.names.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
Expand Down

0 comments on commit 5301b2b

Please sign in to comment.