From b0223fb36e6412db99438f3845dfe88fa3bdcb23 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 24 Jan 2023 12:51:44 +0100 Subject: [PATCH] Update ingressTLS.yaml Signed-off-by: Kjeld Schouten-Lebbing --- templates/questions/ingress/ingressTLS.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/questions/ingress/ingressTLS.yaml b/templates/questions/ingress/ingressTLS.yaml index 60cf5bfe8ce..53617c62def 100644 --- a/templates/questions/ingress/ingressTLS.yaml +++ b/templates/questions/ingress/ingressTLS.yaml @@ -1,3 +1,9 @@ + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" - variable: tls label: TLS-Settings schema: