Initial commit.
This commit is contained in:
16
infrastructure_setup/metallb/metallb-helm-config.yaml
Normal file
16
infrastructure_setup/metallb/metallb-helm-config.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChartConfig
|
||||
metadata:
|
||||
name: metallb
|
||||
namespace: kube-system
|
||||
spec:
|
||||
valuesContent: |-
|
||||
# The new configuration format for MetalLB v0.13.0+
|
||||
apiVersion: v1
|
||||
# We'll use IPAddressPool and L2Advertisement CRs instead of the deprecated configInline
|
||||
# Need to install the CRDs separately
|
||||
crds:
|
||||
enabled: true
|
||||
# Disable controller.configInline since it's deprecated
|
||||
controller:
|
||||
configInline: null
|
Reference in New Issue
Block a user