mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
8 lines
169 B
Smarty
8 lines
169 B
Smarty
{{- define "ntfy.configMapName" -}}
|
|
{{- if .Values.existingConfigMap -}}
|
|
{{ .Values.existingConfigMap }}
|
|
{{- else -}}
|
|
{{ .Release.Name }}-config
|
|
{{- end -}}
|
|
{{- end -}}
|