|
@@ -165,6 +165,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|
|
|
+ immutable: true
|
|
|
default: "ixVolume"
|
|
|
enum:
|
|
|
- value: "hostPath"
|
|
@@ -203,6 +204,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|
|
|
+ immutable: true
|
|
|
default: "ixVolume"
|
|
|
enum:
|
|
|
- value: "hostPath"
|
|
@@ -241,6 +243,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|
|
|
+ immutable: true
|
|
|
default: "ixVolume"
|
|
|
enum:
|
|
|
- value: "hostPath"
|
|
@@ -281,6 +284,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|
|
|
+ immutable: true
|
|
|
default: "ixVolume"
|
|
|
enum:
|
|
|
- value: "hostPath"
|
|
@@ -320,6 +324,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|
|
|
+ immutable: true
|
|
|
default: ixVolume
|
|
|
enum:
|
|
|
- value: hostPath
|
|
@@ -358,6 +363,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
required: true
|
|
|
+ immutable: true
|
|
|
default: ixVolume
|
|
|
enum:
|
|
|
- value: hostPath
|
|
@@ -399,7 +405,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
|