mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-23 05:56:30 +00:00
[fix-issue-79] add reloader-name template in _helpers.tpl
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
Expand the name of the chart.
|
||||
*/}}
|
||||
|
||||
{{- define "reloader-name" -}}
|
||||
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" | lower -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
Create a default fully qualified app name.
|
||||
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
|
||||
|
||||
Reference in New Issue
Block a user