|
@@ -270,6 +270,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|
|
|
+ immutable: true
|
|
|
default: "ixVolume"
|
|
|
enum:
|
|
|
- value: "hostPath"
|
|
@@ -308,6 +309,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|
|
|
+ immutable: true
|
|
|
default: "ixVolume"
|
|
|
enum:
|
|
|
- value: "hostPath"
|
|
@@ -346,6 +348,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|
|
|
+ immutable: true
|
|
|
default: "ixVolume"
|
|
|
enum:
|
|
|
- value: "hostPath"
|
|
@@ -384,6 +387,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|
|
|
+ immutable: true
|
|
|
default: "ixVolume"
|
|
|
enum:
|
|
|
- value: "hostPath"
|
|
@@ -422,6 +426,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|
|
|
+ immutable: true
|
|
|
default: "ixVolume"
|
|
|
enum:
|
|
|
- value: "hostPath"
|
|
@@ -462,7 +467,8 @@ questions:
|
|
|
label: Type
|
|
|
description: |
|
|
|
ixVolume: Is dataset created automatically by the system.</br>
|
|
|
- Host Path: Is a path that already exists on the system.
|
|
|
+ Host Path: Is a path that already exists on the system.</br>
|
|
|
+ SMB Share: Is a SMB share that is mounted to a persistent volume claim.
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|