Update values.yaml
This commit is contained in:
parent
7d7be64120
commit
bacd24f800
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue