From 5ef72706d40e70269c8b0951cde1aa041f2fb568 Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:40:59 -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 8ae0364..2edd816 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -78,13 +78,3 @@ Create the default allowlist file path and filename {{- define "fediblockhole.allow_file_filename" -}} {{- default "allowlist.csv" .Values.fediblockhole.allow_file.filename }} {{- end }} - -{{/* -Create the blocklist file path and filename -*/}} -{{- define "fediblockhole.block_file_path" -}} -{{- .Values.fediblockhole.block_file.path }} -{{- end }} -{{- define "fediblockhole.block_file_filename" -}} -{{- .Values.fediblockhole.block_file.filename }} -{{- end }}