mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/metallb] provide a default (empty map) value for configInline (#14522)
* provide a default (empty map) value for configInline Signed-off-by: Luke Alexander <luke.alexander@mixcloud.com> * bump metallb chart version Signed-off-by: Luke Alexander <luke.alexander@mixcloud.com> * bump metallb chart version Signed-off-by: Luke Alexander <luke.alexander@mixcloud.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4626b8c268
commit
2da0840f95
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
version: 0.9.6
|
||||
version: 0.9.7
|
||||
|
||||
name: metallb
|
||||
appVersion: 0.7.3
|
||||
|
||||
@@ -17,7 +17,7 @@ existingConfigMap: metallb-config
|
||||
#
|
||||
# Refer to https://metallb.universe.tf/configuration/ for
|
||||
# available options.
|
||||
configInline:
|
||||
configInline: {}
|
||||
# Example ARP Configuration
|
||||
# address-pools:
|
||||
# - name: default
|
||||
|
||||
Reference in New Issue
Block a user