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.
This commit is contained in:
Patric Stout 2022-09-14 21:26:46 +02:00 committed by GitHub
parent f3ce34f25f
commit e772685ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -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

View File

@ -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