fix another ingress bug in the prototype GUI
This commit is contained in:
@@ -19,4 +19,4 @@ maintainers:
|
|||||||
name: prototype-gui
|
name: prototype-gui
|
||||||
sources: null
|
sources: null
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.11
|
version: 0.0.12
|
||||||
|
|||||||
@@ -586,24 +586,29 @@ questions:
|
|||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: hosts
|
- variable: tlsEntry
|
||||||
label: "Certificate Hosts"
|
label: "Host"
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: dict
|
||||||
default: []
|
attrs:
|
||||||
items:
|
- variable: hosts
|
||||||
- variable: host
|
label: "Certificate Hosts"
|
||||||
label: "Host"
|
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: list
|
||||||
default: ""
|
default: []
|
||||||
required: true
|
items:
|
||||||
- variable: scaleCERT
|
- variable: host
|
||||||
label: "Select TrueNAS SCALE Certificate"
|
label: "Host"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: string
|
||||||
$ref:
|
default: ""
|
||||||
- "definitions/certificate"
|
required: true
|
||||||
|
- variable: scaleCERT
|
||||||
|
label: "Select TrueNAS SCALE Certificate"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
$ref:
|
||||||
|
- "definitions/certificate"
|
||||||
|
|
||||||
# Enable privileged
|
# Enable privileged
|
||||||
- variable: securityContext
|
- variable: securityContext
|
||||||
|
|||||||
Reference in New Issue
Block a user