Files
chart/library/ix-dev/community/chia/ci/additional-values.yaml
Stavros Kois 275657f0c3 NAS-121031 / None / Add chia to community train (#1031)
* add chia to community train

* dummy commit

* add update_strategy
2023-03-20 17:34:29 +02:00

22 lines
492 B
YAML

chiaConfig:
additionalEnvs:
- name: testnet
value: true
chiaStorage:
data:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/data
plots:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/plots
additionalVolumes:
- type: hostPath
hostPath: /mnt/{{ .Release.Name }}/plots1
isPlotDir: true
mountPath: /plots1
- type: hostPath
hostPath: /mnt/{{ .Release.Name }}/random_mount
isPlotDir: false
mountPath: /random_mount