Commit 40f4842c authored by Waqar Ahmed's avatar Waqar Ahmed

Add hidden attribute

parent 531d99be
...@@ -136,6 +136,7 @@ questions: ...@@ -136,6 +136,7 @@ questions:
label: "IPFS Staging Volume Dataset Name" label: "IPFS Staging Volume Dataset Name"
schema: schema:
type: string type: string
hidden: true
$ref: $ref:
- "normalize/ixVolume" - "normalize/ixVolume"
show_if: [["hostPathEnabled", "=", false]] show_if: [["hostPathEnabled", "=", false]]
...@@ -146,6 +147,7 @@ questions: ...@@ -146,6 +147,7 @@ questions:
description: "Path where the volume will be mounted inside the pod" description: "Path where the volume will be mounted inside the pod"
schema: schema:
type: path type: path
hidden: true
editable: false editable: false
default: "/export" default: "/export"
- variable: hostPathEnabled - variable: hostPathEnabled
...@@ -166,9 +168,10 @@ questions: ...@@ -166,9 +168,10 @@ questions:
type: dict type: dict
attrs: attrs:
- variable: datasetName - variable: datasetName
label: "IPFS Data Volume Dataset Name" label: "IPFS Data Volume Name"
schema: schema:
type: string type: string
hidden: true
$ref: $ref:
- "normalize/ixVolume" - "normalize/ixVolume"
show_if: [["hostPathEnabled", "=", false]] show_if: [["hostPathEnabled", "=", false]]
...@@ -179,6 +182,7 @@ questions: ...@@ -179,6 +182,7 @@ questions:
description: "Path where the volume will be mounted inside the pod" description: "Path where the volume will be mounted inside the pod"
schema: schema:
type: path type: path
hidden: true
editable: false editable: false
default: "/data/ipfs" default: "/data/ipfs"
- variable: hostPathEnabled - variable: hostPathEnabled
......
...@@ -150,9 +150,10 @@ questions: ...@@ -150,9 +150,10 @@ questions:
type: dict type: dict
attrs: attrs:
- variable: datasetName - variable: datasetName
label: "Minio Data Volume Dataset Name" label: "Minio Data Volume Name"
schema: schema:
type: string type: string
hidden: true
$ref: $ref:
- "normalize/ixVolume" - "normalize/ixVolume"
show_if: [["hostPathEnabled", "=", false]] show_if: [["hostPathEnabled", "=", false]]
...@@ -163,6 +164,7 @@ questions: ...@@ -163,6 +164,7 @@ questions:
description: "Path where the volume will be mounted inside the pod" description: "Path where the volume will be mounted inside the pod"
schema: schema:
type: path type: path
hidden: true
editable: false editable: false
default: "/export" default: "/export"
- variable: hostPathEnabled - variable: hostPathEnabled
......
...@@ -143,6 +143,7 @@ questions: ...@@ -143,6 +143,7 @@ questions:
label: "Nextcloud Data Volume Name" label: "Nextcloud Data Volume Name"
schema: schema:
type: string type: string
hidden: true
$ref: $ref:
- "normalize/ixVolume" - "normalize/ixVolume"
show_if: [["hostPathEnabled", "=", false]] show_if: [["hostPathEnabled", "=", false]]
...@@ -153,6 +154,7 @@ questions: ...@@ -153,6 +154,7 @@ questions:
description: "Path where the volume will be mounted inside the pod" description: "Path where the volume will be mounted inside the pod"
schema: schema:
type: path type: path
hidden: true
editable: false editable: false
default: "/var/www" default: "/var/www"
- variable: hostPathEnabled - variable: hostPathEnabled
...@@ -173,6 +175,7 @@ questions: ...@@ -173,6 +175,7 @@ questions:
group: "Storage" group: "Storage"
schema: schema:
type: dict type: dict
hidden: true
attrs: attrs:
- variable: postgres-data - variable: postgres-data
label: "Postgres Data Volume" label: "Postgres Data Volume"
......
...@@ -162,19 +162,21 @@ questions: ...@@ -162,19 +162,21 @@ questions:
type: dict type: dict
attrs: attrs:
- variable: datasetName - variable: datasetName
label: "Plex Transcode Volume Dataset Name" label: "Plex Transcode Volume Name"
schema: schema:
type: string type: string
$ref: $ref:
- "normalize/ixVolume" - "normalize/ixVolume"
show_if: [["hostPathEnabled", "=", false]] show_if: [["hostPathEnabled", "=", false]]
default: "ix-plex_transcode" default: "ix-plex_transcode"
hidden: true
editable: false editable: false
- variable: mountPath - variable: mountPath
label: "Plex Transcode Mount Path" label: "Plex Transcode Mount Path"
description: "Path where the volume will be mounted inside the pod" description: "Path where the volume will be mounted inside the pod"
schema: schema:
type: path type: path
hidden: true
editable: false editable: false
default: "/transcode" default: "/transcode"
- variable: hostPathEnabled - variable: hostPathEnabled
...@@ -195,7 +197,7 @@ questions: ...@@ -195,7 +197,7 @@ questions:
type: dict type: dict
attrs: attrs:
- variable: datasetName - variable: datasetName
label: "Plex Data Volume Dataset Name" label: "Plex Data Volume Name"
schema: schema:
type: string type: string
$ref: $ref:
...@@ -203,11 +205,13 @@ questions: ...@@ -203,11 +205,13 @@ questions:
show_if: [["hostPathEnabled", "=", false]] show_if: [["hostPathEnabled", "=", false]]
default: "ix-plex_data" default: "ix-plex_data"
editable: false editable: false
hidden: true
- variable: mountPath - variable: mountPath
label: "Plex Data Mount Path" label: "Plex Data Mount Path"
description: "Path where the volume will be mounted inside the pod" description: "Path where the volume will be mounted inside the pod"
schema: schema:
type: path type: path
hidden: true
editable: false editable: false
default: "/data" default: "/data"
- variable: hostPathEnabled - variable: hostPathEnabled
...@@ -228,7 +232,7 @@ questions: ...@@ -228,7 +232,7 @@ questions:
type: dict type: dict
attrs: attrs:
- variable: datasetName - variable: datasetName
label: "Plex Config Volume Dataset Name" label: "Plex Config Volume Name"
schema: schema:
type: string type: string
$ref: $ref:
...@@ -236,12 +240,14 @@ questions: ...@@ -236,12 +240,14 @@ questions:
show_if: [["hostPathEnabled", "=", false]] show_if: [["hostPathEnabled", "=", false]]
default: "ix-plex_config" default: "ix-plex_config"
editable: false editable: false
hidden: true
- variable: mountPath - variable: mountPath
label: "Plex Config Mount Path" label: "Plex Config Mount Path"
description: "Path where the volume will be mounted inside the pod" description: "Path where the volume will be mounted inside the pod"
schema: schema:
type: path type: path
editable: false editable: false
hidden: true
default: "/config" default: "/config"
- variable: hostPathEnabled - variable: hostPathEnabled
label: "Enable Host Path for Plex Config Volume" label: "Enable Host Path for Plex Config Volume"
...@@ -259,6 +265,7 @@ questions: ...@@ -259,6 +265,7 @@ questions:
label: "Shared Volume" label: "Shared Volume"
schema: schema:
type: dict type: dict
hidden: true
attrs: attrs:
- variable: emptyDir - variable: emptyDir
label: "Temporary Volume" label: "Temporary Volume"
...@@ -277,6 +284,7 @@ questions: ...@@ -277,6 +284,7 @@ questions:
label: "Shared Logs Volume" label: "Shared Logs Volume"
schema: schema:
type: dict type: dict
hidden: true
attrs: attrs:
- variable: emptyDir - variable: emptyDir
label: "Temporary Volume" label: "Temporary Volume"
......
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