From 5fd2f05d3d88d278be831fbfdb35371d53462af2 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 29 Apr 2022 08:55:05 +0300 Subject: [PATCH] fix(templates): fix type for ingressadvanced (#2583) --- templates/questions/advanced.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/questions/advanced.yaml b/templates/questions/advanced.yaml index 9164b847ca8..08ed15ea359 100644 --- a/templates/questions/advanced.yaml +++ b/templates/questions/advanced.yaml @@ -279,7 +279,7 @@ - variable: exceptint label: "" schema: - type: int + type: string - variable: namespaceSelector label: "namespaceSelector" schema: