From 47c37d6ad814b4c8aa999a53ddb0f49a87604ac8 Mon Sep 17 00:00:00 2001 From: bjws Date: Thu, 24 Sep 2020 13:31:52 +0200 Subject: [PATCH] [qbittorrent] Fix env strings --- charts/qbittorrent/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/qbittorrent/values.yaml b/charts/qbittorrent/values.yaml index f46dc39d..8509309f 100644 --- a/charts/qbittorrent/values.yaml +++ b/charts/qbittorrent/values.yaml @@ -9,9 +9,9 @@ qbittorrent: env: TZ: UTC - PUID: 1001 - PGID: 1001 - UMASK: 022 + PUID: "1001" + PGID: "1001" + UMASK: "022" service: port: 8080