fix another ingress bug in the prototype GUI

This commit is contained in:
kjeld Schouten-Lebbing
2021-06-01 13:18:18 +02:00
parent 68319a6fcd
commit 3c1e2390ef
2 changed files with 22 additions and 17 deletions
+1 -1
View File
@@ -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