Remove unneeded schema values (#515)
* no message * bump patch versions * Remove all hidden: false BS schema values
This commit is contained in:
@@ -23,4 +23,4 @@ sources:
|
||||
- https://hub.docker.com/r/organizr/organizr
|
||||
type: application
|
||||
upstream_version: 3.2.1
|
||||
version: 5.0.2
|
||||
version: 5.0.3
|
||||
|
||||
@@ -185,7 +185,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: "HTTP"
|
||||
hidden: false
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: "HTTP"
|
||||
@@ -209,7 +208,6 @@ questions:
|
||||
type: int
|
||||
default: 80
|
||||
editable: true
|
||||
hidden: false
|
||||
required: true
|
||||
- variable: nodePort
|
||||
label: "Node Port (Optional)"
|
||||
@@ -239,7 +237,6 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: false
|
||||
- variable: storageClass
|
||||
label: "Type of Storage"
|
||||
description: " Warning: Anything other than SCALE-ZFS will break rollback!"
|
||||
@@ -257,14 +254,12 @@ questions:
|
||||
label: "EmptyDir Volume"
|
||||
schema:
|
||||
type: dict
|
||||
hidden: false
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "Use emptyDir volume"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
hidden: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: medium
|
||||
@@ -306,7 +301,6 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: false
|
||||
- variable: storageClass
|
||||
label: "Type of Storage"
|
||||
description: " Warning: Anything other than SCALE-ZFS will break rollback!"
|
||||
@@ -324,14 +318,12 @@ questions:
|
||||
label: "EmptyDir Volume"
|
||||
schema:
|
||||
type: dict
|
||||
hidden: false
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "Use emptyDir volume"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
hidden: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: medium
|
||||
@@ -379,35 +371,29 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
required: true
|
||||
hidden: true
|
||||
editable: false
|
||||
- variable: setPermissions
|
||||
label: "Automatic Permissions"
|
||||
description: "Automatically set permissions on install"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: false
|
||||
- variable: readOnly
|
||||
label: "Mount as ReadOnly"
|
||||
description: "prevent any write from being done to the mounted volume"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
hidden: false
|
||||
- variable: emptyDir
|
||||
label: "EmptyDir Volume"
|
||||
schema:
|
||||
type: dict
|
||||
hidden: false
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "Use emptyDir volume"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
hidden: false
|
||||
- variable: medium
|
||||
label: "EmptyDir Medium"
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user