Files
chart/community/chia/1.0.41/ci/additional-values.yaml
2024-10-21 12:56:04 +00: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