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:
@@ -25,7 +25,7 @@ sources:
|
|||||||
- https://github.com/metallb/metallb
|
- https://github.com/metallb/metallb
|
||||||
- https://metallb.universe.tf
|
- https://metallb.universe.tf
|
||||||
type: application
|
type: application
|
||||||
version: 4.0.8
|
version: 4.0.9
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- core
|
- core
|
||||||
|
|||||||
@@ -88,21 +88,21 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: nodeSelectors
|
- variable: nodeSelectors
|
||||||
label: Node Selectors
|
label: Node Selectors
|
||||||
description: NodeSelectors allows to limit the nodes to announce as
|
description: NodeSelectors allows to limit the nodes to announce as
|
||||||
next hops for the LoadBalancer IP. When empty, all the nodes having are
|
next hops for the LoadBalancer IP. When empty, all the nodes having are
|
||||||
announced as next hops.
|
announced as next hops.
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: nodeSelectorEntry
|
|
||||||
label: Node Selector Entry
|
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: list
|
||||||
default: ""
|
default: []
|
||||||
required: true
|
items:
|
||||||
|
- variable: nodeSelectorEntry
|
||||||
|
label: Node Selector Entry
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
required: true
|
||||||
- variable: Communities
|
- variable: Communities
|
||||||
group: App Configuration
|
group: App Configuration
|
||||||
label: Communities
|
label: Communities
|
||||||
|
|||||||
Reference in New Issue
Block a user