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 }}