[rtorrent-flood] fix rtorrentrc configmap (#730)

* update rtorrent config

* fix rtorrent config
This commit is contained in:
ᗪєνιη ᗷυнʟ 2021-03-27 09:06:49 -04:00 committed by GitHub
parent ee59e9ada2
commit 6822478f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: latest appVersion: latest
description: rTorrent is a stable, high-performance and low resource consumption BitTorrent client. description: rTorrent is a stable, high-performance and low resource consumption BitTorrent client.
name: rtorrent-flood name: rtorrent-flood
version: 6.0.0 version: 6.0.1
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- rtorrent - rtorrent

View File

@ -5,5 +5,5 @@ metadata:
labels: labels:
{{- include "common.labels" . | nindent 4 }} {{- include "common.labels" . | nindent 4 }}
data: data:
rtorrent.rc: | .rtorrent.rc: |
{{ .Values.config | indent 4 }} {{ .Values.config | indent 4 }}