mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +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
12 lines
194 B
YAML
12 lines
194 B
YAML
fscrawlerConfig:
|
|
jobName: test
|
|
|
|
fscrawlerNetwork:
|
|
enableRestApiService: true
|
|
restPort: 31000
|
|
|
|
fscrawlerStorage:
|
|
jobs:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/jobs
|