mirror of
https://github.com/truenas/charts.git
synced 2026-02-10 05:46:45 +08:00
* Add ipfs to community train * run chown before config and only once * fix selector * update readme(s) * add update strategy
10 lines
218 B
YAML
10 lines
218 B
YAML
ipfsStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data
|
|
datasetName: data
|
|
staging:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/staging
|
|
datasetName: staging
|