From ae854ad14d73382e1898ae4a2d3577bd142c7497 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 21 Aug 2024 00:57:33 -0500 Subject: [PATCH] add user --- kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml b/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml index 1c1c5476..3a46ea8b 100644 --- a/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml +++ b/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml @@ -41,8 +41,6 @@ spec: reloader.stakater.com/auto: "true" containers: app: - args: - - /usr/bin/flood image: repository: jesec/flood tag: master@sha256:3d20df051209bff2905dec4e8328c1c464d5375e730ef7d81ca21422e2ccf06a @@ -50,6 +48,7 @@ spec: FLOOD_OPTION_RUNDIR: /data FLOOD_OPTION_AUTH: none FLOOD_OPTION_QBURL: http://qbittorrent.qbittorrent.svc.cluster.local + FLOOD_OPTION_QBUSER: jahanson resources: requests: memory: 250Mi