fix(clusterissuer): Allow entering explicit cert-manager namespace for now
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -1,6 +1,24 @@
|
|||||||
# Include{groups}
|
# Include{groups}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# 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
|
- variable: clusterIssuer
|
||||||
group: App Configuration
|
group: App Configuration
|
||||||
label: Cluster Certificate Issuer
|
label: Cluster Certificate Issuer
|
||||||
|
|||||||
Reference in New Issue
Block a user