From 2de99e9405b99357aea05a70b83e80e6c3ddea66 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Thu, 9 Jun 2022 01:45:07 +0200
Subject: [PATCH] fix: correct rtorrent chart

---
 rtorrent/Chart.yaml            | 2 +-
 rtorrent/templates/secret.yaml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/rtorrent/Chart.yaml b/rtorrent/Chart.yaml
index 36279d3..f020805 100644
--- a/rtorrent/Chart.yaml
+++ b/rtorrent/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
 name: rtorrent
 description: Helm Chart for rtorrent
 type: application
-version: 0.1.0
+version: 0.1.1
 appVersion: "4b75e358"
diff --git a/rtorrent/templates/secret.yaml b/rtorrent/templates/secret.yaml
index a053e99..8ef9820 100644
--- a/rtorrent/templates/secret.yaml
+++ b/rtorrent/templates/secret.yaml
@@ -5,4 +5,5 @@ metadata:
   labels:
     {{- include "rtorrent-helm.labels" . | nindent 4 }}
 stringData:
-  "wireguard.conf": "{{ .Values.wireguard.config }}"
+  "wireguard.conf": |-
+    {{ .Values.rtorrent.config | toYaml | nindent 4 }}
-- 
GitLab