fix(GUI): correct middleware in GUI

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2023-12-21 17:51:23 +01:00 committed by GitHub
parent 6f0ac9ae20
commit bf854f6df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 10 deletions

View File

@ -41,17 +41,23 @@
default: [] default: []
show_if: [["enabled", "=", true]] show_if: [["enabled", "=", true]]
items: items:
- variable: name - variable: middleware
label: name label: Middleware
schema: schema:
type: string additional_attrs: true
default: "" type: dict
required: true attrs:
- variable: namespace - variable: name
label: namespace label: name
schema: schema:
type: string type: string
default: "" default: ""
required: true
- variable: namespace
label: 'namespace (optional)'
schema:
type: string
default: ""
- variable: certManager - variable: certManager
label: certManager label: certManager
description: Connect ingress with certManager description: Connect ingress with certManager