[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:
Romeo Dumitrescu
2019-08-15 01:36:34 -07:00
committed by Kubernetes Prow Robot
parent a367e0d572
commit b0f9cb2d7a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.