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]]
|
[[roles]]
|
||||||
name = "public"
|
name = "public"
|
||||||
auth = "none"
|
auth = "none"
|
||||||
routes = [
|
|
||||||
{method = "GET", path = "/v1/publicip/ip"}
|
[[roles.routes]]
|
||||||
]
|
method = "GET"
|
||||||
|
path = "/v1/publicip/ip"
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user