From f3451efac6fadfb4cf80afdde17188ed84c89119 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 14 Jan 2025 23:35:57 -0600 Subject: [PATCH] remove excess ports --- .../cl01tl/platform/qbittorrent/templates/config-map.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/platform/qbittorrent/templates/config-map.yaml b/clusters/cl01tl/platform/qbittorrent/templates/config-map.yaml index 3ea6e24cd..afa517208 100644 --- a/clusters/cl01tl/platform/qbittorrent/templates/config-map.yaml +++ b/clusters/cl01tl/platform/qbittorrent/templates/config-map.yaml @@ -17,6 +17,6 @@ data: apk add curl fi - echo "updating port with {{`{{PORTS}}`}}" + echo "updating port with {{PORTS}}" - curl -i -X POST -d "json={\"listen_port\": {{`{{PORTS}}}`}}" "http://localhost:8080/api/v2/app/setPreferences"' + curl -i -X POST -d "json={\"listen_port\": {{PORTS}}}" "http://localhost:8080/api/v2/app/setPreferences"'