Update _helpers.tpl

This commit is contained in:
cunningpike 2023-02-21 16:40:59 -05:00 committed by GitHub
parent 403a8d3416
commit 5ef72706d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

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