From a544b50560bf838553e96a8fc8e5e78873002b31 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 9 Jan 2023 20:48:06 +0100 Subject: [PATCH] Update common.yaml Signed-off-by: Kjeld Schouten-Lebbing --- charts/stable/qbittorrent/templates/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable/qbittorrent/templates/common.yaml b/charts/stable/qbittorrent/templates/common.yaml index 37624174de7..f07d9144207 100644 --- a/charts/stable/qbittorrent/templates/common.yaml +++ b/charts/stable/qbittorrent/templates/common.yaml @@ -2,7 +2,7 @@ {{- include "tc.common.loader.init" . }} {{/* Set it to the same port as "torrent" service/port */}} -{{- $_ := set $.Values.service.torrentudp.ports.torrentudp "port" (int .Values.service.torrent.ports.torrent.port) -}} +{{- $_ := set $.Values.service.torrent.ports.torrentudp "port" (int .Values.service.torrent.ports.torrent.port) -}} {{/* Render the configmap */}} {{ include "qbittorrent.configmap" . }}