fix: correct syntax for auth configuration in gluetun ConfigMap
This commit is contained in:
parent
d310a8ba16
commit
b2024efb7e
@ -30,7 +30,9 @@ data:
|
||||
config.toml: |
|
||||
[[roles]]
|
||||
name = "public"
|
||||
auth = "none"
|
||||
|
||||
[roles.auth]
|
||||
method = "none"
|
||||
|
||||
[[roles.routes]]
|
||||
method = "GET"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user