diff --git a/chart/values.yaml b/chart/values.yaml index b601571..4cdbe14 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -17,15 +17,19 @@ fediblockhole: filename: "" # 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: - # Optionally, uncomment and set a path other than "/etc/default/" - # path: "" - # Uncomment to set the name of the file - # filename: "" + allow_file: + # Optionally, set a path other than "/etc/default/" + path: "" + # Optionally, set the name of the file. This should match the data key in the + # associated ConfigMap + filename: "" # Location of a local blocklist file. - # block_file: - # path: "" - # filename: "" + block_file: + # Optionally, set a path other than "/etc/default/" + path: "" + # Optionally, set the name of the file. This should match the data key in the + # associated ConfigMap + filename: "" cron: # -- run `fediblock-sync` every hour sync: