Update values.yaml
This commit is contained in:
parent
7d7be64120
commit
bacd24f800
|
@ -17,15 +17,19 @@ fediblockhole:
|
||||||
filename: ""
|
filename: ""
|
||||||
# Location of a local allowlist file. It is recommended that this file should at a
|
# Location of a local allowlist file. It is recommended that this file should at a
|
||||||
# minimum contain the web_domain of your own instance.
|
# minimum contain the web_domain of your own instance.
|
||||||
# allow_file:
|
allow_file:
|
||||||
# Optionally, uncomment and set a path other than "/etc/default/"
|
# Optionally, set a path other than "/etc/default/"
|
||||||
# path: ""
|
path: ""
|
||||||
# Uncomment to set the name of the file
|
# Optionally, set the name of the file. This should match the data key in the
|
||||||
# filename: ""
|
# associated ConfigMap
|
||||||
|
filename: ""
|
||||||
# Location of a local blocklist file.
|
# Location of a local blocklist file.
|
||||||
# block_file:
|
block_file:
|
||||||
# path: ""
|
# Optionally, set a path other than "/etc/default/"
|
||||||
# filename: ""
|
path: ""
|
||||||
|
# Optionally, set the name of the file. This should match the data key in the
|
||||||
|
# associated ConfigMap
|
||||||
|
filename: ""
|
||||||
cron:
|
cron:
|
||||||
# -- run `fediblock-sync` every hour
|
# -- run `fediblock-sync` every hour
|
||||||
sync:
|
sync:
|
||||||
|
|
Loading…
Reference in New Issue