From 5144042b9e45240a7e5315d2a128e71b78be3fed Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 15 Jun 2024 15:02:06 -0400 Subject: [PATCH] fix(qbittorrent): fix missing yaml anchor error --- .../download/qbittorrent/helm-release.yaml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/cluster/apps/download/qbittorrent/helm-release.yaml b/cluster/apps/download/qbittorrent/helm-release.yaml index 60b1521..657e563 100644 --- a/cluster/apps/download/qbittorrent/helm-release.yaml +++ b/cluster/apps/download/qbittorrent/helm-release.yaml @@ -58,20 +58,6 @@ spec: add: - NET_ADMIN -# port-manager: -# image: -# repository: git.seanomik.net/seanomik/gluetun-qbit-port-updater -# tag: v0.2.0 -# pullPolicy: Always -# -# env: -# PORT_UPD_QBITTORRENT_HOST: localhost -# PORT_UPD_QBITTORRENT_PORT: "8080" -# # safe to have in plain text since qbittorrent is exposed through authentik. -# PORT_UPD_QBITTORRENT_LOGIN: &qbitLogin admin -# PORT_UPD_QBITTORRENT_PASSWORD: &qbitPass adminadmin -# PORT_UPD_PORT_FILE: /tmp/gluetun/forwarded_port - metrics: image: repository: caseyscarborough/qbittorrent-exporter @@ -80,8 +66,8 @@ spec: env: QBITTORRENT_BASE_URL: "http://localhost:8080" # safe to have in plain text since qbittorrent is exposed through authentik. - QBITTORRENT_LOGIN: *qbitLogin - QBITTORRENT_PASSWORD: *qbitPass + QBITTORRENT_LOGIN: admin + QBITTORRENT_PASSWORD: adminadmin service: app: