From c86864d94080f5998b3a923d6de41032eb3ed5a8 Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:15:33 -0500 Subject: [PATCH] Update _helpers.tpl --- chart/templates/_helpers.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index fcd2e18..d69232e 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -66,13 +66,13 @@ Create the default conf file path and filename {{- if .Values.fediblockhole.conf_file.path }} {{- default .Values.fediblockhole.conf_file.path }} {{- else }} -{{- default "default" "/etc/default/" }} +{{- default "/etc/default/" }} {{- end }} {{- end }} {{- define "fediblockhole.conf_file_filename" -}} {{- if .Values.fediblockhole.conf_file.filename }} {{- default .Values.fediblockhole.conf_file.filename }} {{- else }} -{{- default "default" "fediblockhole.conf.toml" }} +{{- default "fediblockhole.conf.toml" }} {{- end }} {{- end }}