Skip to content
Snippets Groups Projects
Verified Commit 2de99e94 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct rtorrent chart

parent 4b8ee792
Branches
No related tags found
No related merge requests found
Pipeline #2892 passed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: rtorrent name: rtorrent
description: Helm Chart for rtorrent description: Helm Chart for rtorrent
type: application type: application
version: 0.1.0 version: 0.1.1
appVersion: "4b75e358" appVersion: "4b75e358"
...@@ -5,4 +5,5 @@ metadata: ...@@ -5,4 +5,5 @@ metadata:
labels: labels:
{{- include "rtorrent-helm.labels" . | nindent 4 }} {{- include "rtorrent-helm.labels" . | nindent 4 }}
stringData: stringData:
"wireguard.conf": "{{ .Values.wireguard.config }}" "wireguard.conf": |-
{{ .Values.rtorrent.config | toYaml | nindent 4 }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment