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: