mirror of
https://github.com/truenas/charts.git
synced 2026-02-12 23:06:13 +08:00
* Add Lidarr to charts train * Run chart tests in a matrix * move to correct train * Fix variable name and quote strings in questions.yaml
12 lines
169 B
YAML
12 lines
169 B
YAML
lidarrNetwork:
|
|
webPort: 31000
|
|
|
|
lidarrRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
lidarrStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|