From 10fa29815a45664005438f93417925a99795185c Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Tue, 21 Feb 2023 19:34:49 -0500 Subject: [PATCH] Update values.yaml --- chart/values.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 674af2b..9b60593 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -15,15 +15,17 @@ fediblockhole: conf_file: path: "" filename: "" - # location of the local allowlist file. Default is /etc/default/allowlist.csv. - # This file should at a minimum contain the web_domain of your own instance. + # Location of a local allowlist file. It is recommended that this file should at a + # minimum contain the web_domain of your own instance. allow_file: - path: "" - filename: "" - # location of the local blocklist file. - block_file: - path: "" - filename: "" + # Optionally, uncomment and set a path other than "/etc/default/" + # path: "" + # Uncomment to set the name of the file + filename: "allowlist.csv" + # Location of a local blocklist file. + # block_file: + # path: "" + # filename: "" cron: # -- run `fediblock-sync` every hour sync: