From 7f5b9c54d90592cac20ea2c9923a15f2b43dee15 Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:15:48 -0500 Subject: [PATCH] Update _helpers.tpl --- chart/templates/_helpers.tpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index 3ee4c22..8ae0364 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -82,11 +82,9 @@ Create the default allowlist file path and filename {{/* Create the blocklist file path and filename */}} -{{- if .Values.fediblockhole.block_file.path && .Values.fediblockhole.block_file.filename }} {{- define "fediblockhole.block_file_path" -}} {{- .Values.fediblockhole.block_file.path }} {{- end }} {{- define "fediblockhole.block_file_filename" -}} {{- .Values.fediblockhole.block_file.filename }} {{- end }} -{{- end }}