Update _helpers.tpl

This commit is contained in:
cunningpike 2023-02-21 16:15:48 -05:00 committed by GitHub
parent 4b2dc0b5c8
commit 7f5b9c54d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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