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