From 3d76de04aaa98d2174eb1939ea2778f3b7bebe43 Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:27:41 -0500 Subject: [PATCH] Update values.yaml --- chart/values.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index 0aa310f..e660da9 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -15,6 +15,15 @@ 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. + allow_file: + path: "" + filename: "" + # location of the local blocklist file. Default is /etc/default/blocklist.csv + block_file: + path: "" + filename: "" cron: # -- run `fediblock-sync` every hour sync: