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: []
show_if: [["enabled", "=", true]]
items:
- variable: name
label: name
- variable: middleware
label: Middleware
schema:
type: string
default: ""
required: true
- variable: namespace
label: namespace
schema:
type: string
default: ""
additional_attrs: true
type: dict
attrs:
- variable: name
label: name
schema:
type: string
default: ""
required: true
- variable: namespace
label: 'namespace (optional)'
schema:
type: string
default: ""
- variable: certManager
label: certManager
description: Connect ingress with certManager