fix(recyclarr) add installation notes (#4362)
* fix(recyclarr) add installation notes * add installContainers * fix name * set mount to config
This commit is contained in:
@@ -22,7 +22,7 @@ sources:
|
|||||||
- https://github.com/recyclarr/recyclarr
|
- https://github.com/recyclarr/recyclarr
|
||||||
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
|
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.17
|
version: 1.0.18
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# Installation Notes
|
||||||
|
|
||||||
|
:::info
|
||||||
|
|
||||||
|
To edit recyclarr's files in the /config dir, I highly recommend using the codeserver Addon-on. It offers a web based file editor. Its meant to be temporarily so you can add/remove it any time.
|
||||||
|
|
||||||
|
:::
|
||||||
@@ -25,6 +25,14 @@ service:
|
|||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
installContainers:
|
||||||
|
initconfig:
|
||||||
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||||
|
volumeMounts:
|
||||||
|
- name: config
|
||||||
|
mountPath: "/config"
|
||||||
|
command: ["recyclarr", "create-config"]
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user