Update _helpers.tpl
This commit is contained in:
parent
403a8d3416
commit
5ef72706d4
|
@ -78,13 +78,3 @@ Create the default allowlist file path and filename
|
||||||
{{- define "fediblockhole.allow_file_filename" -}}
|
{{- define "fediblockhole.allow_file_filename" -}}
|
||||||
{{- default "allowlist.csv" .Values.fediblockhole.allow_file.filename }}
|
{{- default "allowlist.csv" .Values.fediblockhole.allow_file.filename }}
|
||||||
{{- end }}
|
{{- 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 }}
|
|
||||||
|
|
Loading…
Reference in New Issue