Files
chart/community/chia/1.0.39/ci/additional-values.yaml
2024-07-11 06:08:24 +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