charts/common/templates/_labels.tpl (15 lines of code) (raw):
{{/*
Common labels
*/}}
{{- define "hf.common.labels" -}}
app.kubernetes.io/name: {{ include "hf.common.name" . }}
helm.sh/chart: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}
{{/*
Deprecated, use hf.common.labels instead
*/}}
{{- define "hf.labels.commons" -}}
{{ include "hf.common.labels" . }}
{{- end }}