From 1fc5be365a8fa9bef19ecffb8cb227fb9e3fb485 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 24 Jan 2023 12:52:19 +0100 Subject: [PATCH] Update ingressList.yaml Signed-off-by: Kjeld Schouten-Lebbing --- templates/questions/ingress/ingressList.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/questions/ingress/ingressList.yaml b/templates/questions/ingress/ingressList.yaml index 6c68a7b14b7..cac5905ca58 100644 --- a/templates/questions/ingress/ingressList.yaml +++ b/templates/questions/ingress/ingressList.yaml @@ -27,12 +27,6 @@ schema: type: string default: "" - - 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: hosts label: Hosts schema: @@ -90,6 +84,12 @@ label: Service Port schema: type: int + - 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: