mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/metallb] Fix helm warnings (#16311)
Fixed helm warnings about `configInline` not being a table (when set). Signed-off-by: Romeo Dumitrescu <winromulus@users.noreply.github.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a367e0d572
commit
b0f9cb2d7a
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
version: 0.11.1
|
||||
version: 0.11.2
|
||||
name: metallb
|
||||
appVersion: 0.8.1
|
||||
description: MetalLB is a load-balancer implementation for bare metal Kubernetes clusters
|
||||
|
||||
@@ -17,7 +17,7 @@ existingConfigMap: metallb-config
|
||||
#
|
||||
# Refer to https://metallb.universe.tf/configuration/ for
|
||||
# available options.
|
||||
configInline:
|
||||
configInline: {}
|
||||
|
||||
rbac:
|
||||
# create specifies whether to install and use RBAC rules.
|
||||
|
||||
Reference in New Issue
Block a user