fix: update gluetun-auth ConfigMap to use correct syntax for routes

This commit is contained in:
Nik Afiq 2026-05-12 22:43:36 +09:00
parent 6e5b8fa241
commit d310a8ba16

View File

@ -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