From a9738449eb2fa9a5b856819a74d2aa22100d161f Mon Sep 17 00:00:00 2001 From: Darkfella91 Date: Sun, 8 Dec 2024 04:38:47 +0000 Subject: [PATCH] test --- kubernetes/main/apps/media/qbittorrent/app/externalsecret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/media/qbittorrent/app/externalsecret.yaml b/kubernetes/main/apps/media/qbittorrent/app/externalsecret.yaml index d7ea7e3dc..0504dd1d0 100755 --- a/kubernetes/main/apps/media/qbittorrent/app/externalsecret.yaml +++ b/kubernetes/main/apps/media/qbittorrent/app/externalsecret.yaml @@ -36,7 +36,7 @@ spec: matchMode: "safe", outputDir: "/config", port: 8080, - qbittorrentUrl: "http://{{ .QBITTORRENT_USERNAME }:{{ .QBITTORRENT_PASSWORD }@localhost", + qbittorrentUrl: "http://{{ .QBITTORRENT_USERNAME }}:{{ .QBITTORRENT_PASSWORD }}@localhost", radarr: ["https://radarr.${PUBLIC_DOMAIN}/?apikey={{ .RADARR_API_KEY }}"], skipRecheck: true, sonarr: ["https://sonarr.${PUBLIC_DOMAIN}/?apikey={{ .SONARR_API_KEY }}"],