From 31db4e44076006e4348080f05b6616bd6ae138a0 Mon Sep 17 00:00:00 2001 From: Eamon Bauman Date: Tue, 4 Jun 2019 10:39:27 -0500 Subject: [PATCH] Added warning about configuration difference from MetalLB docs (#12857) * Added warning about configuration difference from MetalLB docs Signed-off-by: Eamon Bauman * Bumped version Signed-off-by: Eamon Bauman * changed config to system to match metallb docs Signed-off-by: Eamon Bauman * version bump Signed-off-by: Eamon Bauman --- stable/metallb/Chart.yaml | 2 +- stable/metallb/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stable/metallb/Chart.yaml b/stable/metallb/Chart.yaml index e4852002d6..af2207bb8e 100644 --- a/stable/metallb/Chart.yaml +++ b/stable/metallb/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.9.5 +version: 0.9.6 name: metallb appVersion: 0.7.3 diff --git a/stable/metallb/README.md b/stable/metallb/README.md index f0e952a002..c5e2ff954b 100644 --- a/stable/metallb/README.md +++ b/stable/metallb/README.md @@ -87,6 +87,8 @@ By default, this chart does not install a configuration for MetalLB, and simply warns you that you must follow [the configuration instructions on MetalLB's website][metallb-config] to create an appropriate ConfigMap. +**Please note:** By default, this chart expects a ConfigMap named 'metallb-config' within the same namespace as the chart is deployed. _This is different than the MetalLB documentation_, which asks you to create a ConfigMap in the `metallb-system` namespace, with the name of 'config'. + If you have a more complex configuration and want Helm to manage it for you, you can provide it in the `config` parameter. The configuration format is [documented on MetalLB's website][metallb-config].