Explicitly set persistence db to pvc (#575)
This commit is contained in:
@@ -380,10 +380,25 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
default: "db"
|
default: "db"
|
||||||
hidden: true
|
hidden: true
|
||||||
|
- variable: type
|
||||||
|
label: "(Advanced) Type of Storage"
|
||||||
|
description: "Sets the persistence type"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "pvc"
|
||||||
|
hidden: true
|
||||||
|
enum:
|
||||||
|
- value: "pvc"
|
||||||
|
description: "pvc"
|
||||||
|
- value: "emptyDir"
|
||||||
|
description: "emptyDir"
|
||||||
|
- value: "hostPath"
|
||||||
|
description: "hostPath"
|
||||||
- variable: storageClass
|
- variable: storageClass
|
||||||
label: "Type of Storage"
|
label: "(Advanced) storageClass"
|
||||||
description: " Warning: Anything other than SCALE-ZFS will break rollback!"
|
description: " Warning: Anything other than SCALE-ZFS will break rollback!"
|
||||||
schema:
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
type: string
|
type: string
|
||||||
default: "SCALE-ZFS"
|
default: "SCALE-ZFS"
|
||||||
- variable: mountPath
|
- variable: mountPath
|
||||||
|
|||||||
@@ -426,7 +426,6 @@ questions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
|
|
||||||
- variable: service
|
- variable: service
|
||||||
group: "Networking and Services"
|
group: "Networking and Services"
|
||||||
label: "Configure Service(s)"
|
label: "Configure Service(s)"
|
||||||
@@ -766,10 +765,25 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
default: "db"
|
default: "db"
|
||||||
hidden: true
|
hidden: true
|
||||||
|
- variable: type
|
||||||
|
label: "(Advanced) Type of Storage"
|
||||||
|
description: "Sets the persistence type"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "pvc"
|
||||||
|
hidden: true
|
||||||
|
enum:
|
||||||
|
- value: "pvc"
|
||||||
|
description: "pvc"
|
||||||
|
- value: "emptyDir"
|
||||||
|
description: "emptyDir"
|
||||||
|
- value: "hostPath"
|
||||||
|
description: "hostPath"
|
||||||
- variable: storageClass
|
- variable: storageClass
|
||||||
label: "Type of Storage"
|
label: "(Advanced) storageClass"
|
||||||
description: " Warning: Anything other than SCALE-ZFS will break rollback!"
|
description: " Warning: Anything other than SCALE-ZFS will break rollback!"
|
||||||
schema:
|
schema:
|
||||||
|
show_if: [["type", "=", "pvc"]]
|
||||||
type: string
|
type: string
|
||||||
default: "SCALE-ZFS"
|
default: "SCALE-ZFS"
|
||||||
- variable: mountPath
|
- variable: mountPath
|
||||||
|
|||||||
Reference in New Issue
Block a user