mirror of
https://github.com/truenas/charts.git
synced 2026-02-11 06:16:23 +08:00
* init commit * fixes * more fixes * fix * fiox * fix pre-flight * cron * update questions * add migration * add to_keep_versions * fix typos * remove comment * clean
20 lines
336 B
YAML
20 lines
336 B
YAML
diskoverConfig:
|
|
cronSchedule: '* * * * *'
|
|
username: someuser
|
|
password: somepass
|
|
|
|
diskoverStorage:
|
|
config:
|
|
type: pvc
|
|
data:
|
|
type: pvc
|
|
esdata:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
diskoverDataIndex: true
|
|
mountPath: /data1
|
|
- type: pvc
|
|
diskoverDataIndex: true
|
|
mountPath: /data2
|