From 112167a15cdc7ab910278a83432fadb96ba77180 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 9 Aug 2022 13:21:01 +0300 Subject: [PATCH] fix(treafik): make trustedIPs vars to string (#3391) --- charts/stable/traefik/questions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/traefik/questions.yaml b/charts/stable/traefik/questions.yaml index 3a12c2255e8..8d5981a18d2 100644 --- a/charts/stable/traefik/questions.yaml +++ b/charts/stable/traefik/questions.yaml @@ -667,7 +667,7 @@ questions: - variable: trustedIPsEntry label: "" schema: - type: ipaddr + type: string required: true default: "" - variable: insecureMode @@ -769,7 +769,7 @@ questions: - variable: trustedIPsEntry label: "" schema: - type: ipaddr + type: string required: true default: "" - variable: insecureMode