From e772685ad548a022587b5cd94cd7b14b26558edc Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Wed, 14 Sep 2022 21:26:46 +0200 Subject: [PATCH] fix(metallb): indent issue with L2 advertisements (#3777) The NodeSelectors was wrongly indented, causing the template to generate empty names. This in result causes an error during provisioning of metallb when L2 advertisements are used. --- charts/enterprise/metallb/Chart.yaml | 2 +- charts/enterprise/metallb/questions.yaml | 28 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/enterprise/metallb/Chart.yaml b/charts/enterprise/metallb/Chart.yaml index 8d1eddae018..863a4589cb0 100644 --- a/charts/enterprise/metallb/Chart.yaml +++ b/charts/enterprise/metallb/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 4.0.8 +version: 4.0.9 annotations: truecharts.org/catagories: | - core diff --git a/charts/enterprise/metallb/questions.yaml b/charts/enterprise/metallb/questions.yaml index f5d8395cae4..45b15130b92 100644 --- a/charts/enterprise/metallb/questions.yaml +++ b/charts/enterprise/metallb/questions.yaml @@ -88,21 +88,21 @@ questions: type: string default: "" required: true - - variable: nodeSelectors - label: Node Selectors - description: NodeSelectors allows to limit the nodes to announce as - next hops for the LoadBalancer IP. When empty, all the nodes having are - announced as next hops. - schema: - type: list - default: [] - items: - - variable: nodeSelectorEntry - label: Node Selector Entry + - variable: nodeSelectors + label: Node Selectors + description: NodeSelectors allows to limit the nodes to announce as + next hops for the LoadBalancer IP. When empty, all the nodes having are + announced as next hops. schema: - type: string - default: "" - required: true + type: list + default: [] + items: + - variable: nodeSelectorEntry + label: Node Selector Entry + schema: + type: string + default: "" + required: true - variable: Communities group: App Configuration label: Communities