From 3bc750cca3d6129afd09efd7e425441e592f14ed Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 5 Jul 2021 15:25:43 +0200 Subject: [PATCH] Fix middleware naming mistake on Traefik --- charts/stable/traefik/Chart.yaml | 2 +- charts/stable/traefik/SCALE/questions.yaml | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index d7ee2c5d192..5834f1bb7b5 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://traefik.io/ type: application upstream_version: v9.19.2 -version: 6.5.3 +version: 6.5.4 diff --git a/charts/stable/traefik/SCALE/questions.yaml b/charts/stable/traefik/SCALE/questions.yaml index cd789217895..6dfff0761f8 100644 --- a/charts/stable/traefik/SCALE/questions.yaml +++ b/charts/stable/traefik/SCALE/questions.yaml @@ -161,6 +161,11 @@ questions: schema: type: dict attrs: + - variable: name + label: "Name" + schema: + type: string + required: true - variable: middlewares label: "Middlewares to Chain" schema: @@ -185,6 +190,11 @@ questions: schema: type: dict attrs: + - variable: name + label: "Name" + schema: + type: string + required: true - variable: scheme label: "Scheme" schema: @@ -214,6 +224,11 @@ questions: schema: type: dict attrs: + - variable: name + label: "Name" + schema: + type: string + required: true - variable: average label: "Average" schema: