mirror of
https://github.com/truenas/charts.git
synced 2026-02-13 07:15:43 +08:00
* Add ipfs to community train * run chown before config and only once * fix selector * update readme(s) * add update strategy
12 lines
251 B
YAML
12 lines
251 B
YAML
ipfsStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data
|
|
datasetName: data
|
|
staging:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/staging
|
|
datasetName: staging
|
|
ipfsNetwork:
|
|
hostNetwork: true
|