Unverified Commit 9126bb12 authored by Waqar Ahmed's avatar Waqar Ahmed Committed by GitHub

Merge pull request #98 from truenas/fix-chia-mount

Fix Chia configuration mountpoint
parents f9760f7d c381563a
...@@ -15,4 +15,4 @@ name: chia ...@@ -15,4 +15,4 @@ name: chia
sources: sources:
- https://github.com/Chia-Network/chia-blockchain - https://github.com/Chia-Network/chia-blockchain
- https://github.com/orgs/chia-network/packages/container/package/chia - https://github.com/orgs/chia-network/packages/container/package/chia
version: 1.3.4 version: 1.3.5
...@@ -59,7 +59,7 @@ questions: ...@@ -59,7 +59,7 @@ questions:
type: path type: path
hidden: true hidden: true
editable: false editable: false
default: "/root/.chia" default: "/data"
- variable: hostPathEnabled - variable: hostPathEnabled
label: "Enable Custom Host Path for Chia Configuration Volume" label: "Enable Custom Host Path for Chia Configuration Volume"
schema: schema:
......
appVolumeMounts: appVolumeMounts:
data: data:
emptyDir: true emptyDir: true
mountPath: /root/.chia mountPath: /data
staging: staging:
emptyDir: true emptyDir: true
mountPath: /plots mountPath: /plots
......
...@@ -15,4 +15,4 @@ name: chia ...@@ -15,4 +15,4 @@ name: chia
sources: sources:
- https://github.com/Chia-Network/chia-blockchain - https://github.com/Chia-Network/chia-blockchain
- https://github.com/orgs/chia-network/packages/container/package/chia - https://github.com/orgs/chia-network/packages/container/package/chia
version: 1.3.4 version: 1.3.5
...@@ -59,7 +59,7 @@ questions: ...@@ -59,7 +59,7 @@ questions:
type: path type: path
hidden: true hidden: true
editable: false editable: false
default: "/root/.chia" default: "/data"
- variable: hostPathEnabled - variable: hostPathEnabled
label: "Enable Custom Host Path for Chia Configuration Volume" label: "Enable Custom Host Path for Chia Configuration Volume"
schema: schema:
......
appVolumeMounts: appVolumeMounts:
data: data:
emptyDir: true emptyDir: true
mountPath: /root/.chia mountPath: /data
staging: staging:
emptyDir: true emptyDir: true
mountPath: /plots mountPath: /plots
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment