mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
* add `recyclarr` to `community` train * add templates * add ui * fix keywords * bump
12 lines
302 B
YAML
12 lines
302 B
YAML
recyclarrStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
|
mountPath: /data1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data2
|
|
mountPath: /data2
|