{{/* Expand the name of the chart. */}} {{- define "veylant-proxy.name" -}} {{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} {{- end }} {{/* Create a default fully qualified app name. */}} {{- define "veylant-proxy.fullname" -}} {{- if .Values.fullnameOverride }} {{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} {{- else }} {{- $name := default .Chart.Name .Values.nameOverride }} {{- if contains $name .Release.Name }} {{- .Release.Name | trunc 63 | trimSuffix "-" }} {{- else }} {{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} {{- end }} {{- end }} {{- end }} {{/* Common labels. */}} {{- define "veylant-proxy.labels" -}} helm.sh/chart: {{ include "veylant-proxy.chart" . }} {{ include "veylant-proxy.selectorLabels" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} {{/* Selector labels. */}} {{- define "veylant-proxy.selectorLabels" -}} app.kubernetes.io/name: {{ include "veylant-proxy.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} {{- end }} {{/* Chart label. */}} {{- define "veylant-proxy.chart" -}} {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} {{- end }} {{/* Service account name. */}} {{- define "veylant-proxy.serviceAccountName" -}} {{- if .Values.serviceAccount.create }} {{- default (include "veylant-proxy.fullname" .) .Values.serviceAccount.name }} {{- else }} {{- default "default" .Values.serviceAccount.name }} {{- end }} {{- end }}