From 6822478f7c37e55529ca4dbae8f1ed745fd3a906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Sat, 27 Mar 2021 09:06:49 -0400 Subject: [PATCH] [rtorrent-flood] fix rtorrentrc configmap (#730) * update rtorrent config * fix rtorrent config --- charts/stable/rtorrent-flood/Chart.yaml | 2 +- charts/stable/rtorrent-flood/templates/configmap.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/rtorrent-flood/Chart.yaml b/charts/stable/rtorrent-flood/Chart.yaml index e2fd5ad6..9ed2e296 100644 --- a/charts/stable/rtorrent-flood/Chart.yaml +++ b/charts/stable/rtorrent-flood/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: rTorrent is a stable, high-performance and low resource consumption BitTorrent client. name: rtorrent-flood -version: 6.0.0 +version: 6.0.1 kubeVersion: ">=1.16.0-0" keywords: - rtorrent diff --git a/charts/stable/rtorrent-flood/templates/configmap.yaml b/charts/stable/rtorrent-flood/templates/configmap.yaml index f8bb9611..9230037b 100644 --- a/charts/stable/rtorrent-flood/templates/configmap.yaml +++ b/charts/stable/rtorrent-flood/templates/configmap.yaml @@ -5,5 +5,5 @@ metadata: labels: {{- include "common.labels" . | nindent 4 }} data: - rtorrent.rc: | + .rtorrent.rc: | {{ .Values.config | indent 4 }}