mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
* initial commit * add values * add common * yupo * root * add more opts * integer -> int * Add rest api and expand ci values * fix typo * add example file and fix typos * check if the example file exists, not the actual file * always write to the example file
17 lines
358 B
YAML
17 lines
358 B
YAML
fscrawlerConfig:
|
|
jobName: test
|
|
restart: true
|
|
loop: 2
|
|
|
|
fscrawlerStorage:
|
|
jobs:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/jobs
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
|
mountPath: /data1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data2
|
|
mountPath: /data2
|