fix(clusterissuer): Allow entering explicit cert-manager namespace for now

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2024-04-17 13:11:06 +02:00 committed by GitHub
parent 05c0f6568f
commit 070017a945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 0 deletions

View File

@ -1,6 +1,24 @@
# Include{groups}
questions:
# Include{global}
- variable: operator
group: App Configuration
label: Operator Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: cert-manager
label: 'Cert-Manager'
schema:
type: dict
attrs:
- variable: namespace
label: 'Namespace (change to ix-APPNAME of cert-manager)'
schema:
type: string
required: true
default: "ix-cert-manager"
- variable: clusterIssuer
group: App Configuration
label: Cluster Certificate Issuer