fix: update gluetun-auth ConfigMap to use correct syntax for routes
This commit is contained in:
parent
6e5b8fa241
commit
d310a8ba16
@ -31,9 +31,10 @@ data:
|
||||
[[roles]]
|
||||
name = "public"
|
||||
auth = "none"
|
||||
routes = [
|
||||
{method = "GET", path = "/v1/publicip/ip"}
|
||||
]
|
||||
|
||||
[[roles.routes]]
|
||||
method = "GET"
|
||||
path = "/v1/publicip/ip"
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user