mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
71058d5c14
commit
31db4e4407
@@ -1,5 +1,5 @@
|
||||
apiVersion: v1
|
||||
version: 0.9.5
|
||||
version: 0.9.6
|
||||
|
||||
name: metallb
|
||||
appVersion: 0.7.3
|
||||
|
||||
@@ -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].
|
||||
|
||||
Reference in New Issue
Block a user