mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[rtorrent-flood] fix rtorrentrc configmap (#730)
* update rtorrent config * fix rtorrent config
This commit is contained in:
parent
ee59e9ada2
commit
6822478f7c
@ -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
|
||||||
|
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user