From 48a3e63073413445918cfab90fb320d6ffb48ff6 Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Tue, 21 Feb 2023 19:30:17 -0500 Subject: [PATCH] Update _helpers.tpl --- chart/templates/_helpers.tpl | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index 2edd816..78e6610 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -68,13 +68,3 @@ Create the default conf file path and filename {{- define "fediblockhole.conf_file_filename" -}} {{- default "fediblockhole.conf.toml" .Values.fediblockhole.conf_file.filename }} {{- end }} - -{{/* -Create the default allowlist file path and filename -*/}} -{{- define "fediblockhole.allow_file_path" -}} -{{- default "/etc/default/" .Values.fediblockhole.allow_file.path }} -{{- end }} -{{- define "fediblockhole.allow_file_filename" -}} -{{- default "allowlist.csv" .Values.fediblockhole.allow_file.filename }} -{{- end }}