Added warning about configuration difference from MetalLB docs (#12857)

* Added warning about configuration difference from MetalLB docs

Signed-off-by: Eamon Bauman <eamon@eamonbauman.com>

* Bumped version

Signed-off-by: Eamon Bauman <eamon@eamonbauman.com>

* changed config to system to match metallb docs

Signed-off-by: Eamon Bauman <eamon@eamonbauman.com>

* version bump

Signed-off-by: Eamon Bauman <eamon@eamonbauman.com>
This commit is contained in:
Eamon Bauman
2019-06-04 08:39:27 -07:00
committed by Kubernetes Prow Robot
parent 71058d5c14
commit 31db4e4407
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.9.5
version: 0.9.6
name: metallb
appVersion: 0.7.3
+2
View File
@@ -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].