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