From d310a8ba16e66640cf7e85c85ce33f6c698e79e8 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Tue, 12 May 2026 22:43:36 +0900 Subject: [PATCH] fix: update gluetun-auth ConfigMap to use correct syntax for routes --- manifests/media/qbittorrent.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifests/media/qbittorrent.yaml b/manifests/media/qbittorrent.yaml index f07e1e4..0ea410c 100644 --- a/manifests/media/qbittorrent.yaml +++ b/manifests/media/qbittorrent.yaml @@ -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