From f8389e138d7920383dec39684e7349052ff2073d Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Sat, 21 Jan 2023 22:58:01 -0500 Subject: [PATCH] Update values.yaml --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 458244e..de53c5c 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -43,7 +43,7 @@ fediblockhole: blocklist_instance_sources: [ # { domain: 'public.blocklist'}, # an instance with a public list of domain_blocks # { domain: 'jorts.horse', token: '' }, # user accessible block list - # { domain: 'eigenmagic.net', token: '', admin = true }, # admin access required + # { domain: 'eigenmagic.net', token: '', admin: true }, # admin access required ] # List of URLs to read csv blocklists from @@ -51,7 +51,7 @@ fediblockhole: # max_severity tells the parser to override any severities that are higher than this value # import_fields tells the parser to only import that set of fields from a specific source blocklist_url_sources: [ - # { url: 'file:///path/to/fediblockhole/samples/demo-blocklist-01.csv', format = 'csv' }, + # { url: 'file:///path/to/fediblockhole/samples/demo-blocklist-01.csv', format: 'csv' }, { url: 'https://raw.githubusercontent.com/eigenmagic/fediblockhole/main/samples/demo-blocklist-01.csv', format: 'csv' }, ]