diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index 2edd816..78e6610 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -68,13 +68,3 @@ Create the default conf file path and filename {{- define "fediblockhole.conf_file_filename" -}} {{- default "fediblockhole.conf.toml" .Values.fediblockhole.conf_file.filename }} {{- end }} - -{{/* -Create the default allowlist file path and filename -*/}} -{{- define "fediblockhole.allow_file_path" -}} -{{- default "/etc/default/" .Values.fediblockhole.allow_file.path }} -{{- end }} -{{- define "fediblockhole.allow_file_filename" -}} -{{- default "allowlist.csv" .Values.fediblockhole.allow_file.filename }} -{{- end }}