Skip to content
Snippets Groups Projects
Verified Commit d0f83cfb authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(metallb): Disable FRR again, after failing to upgrade

This patch disables the change from upstream, which enables FRR by
default, as it fails without proper error message in L2 mode.

Reference:
https://github.com/metallb/metallb/commit/8286bd3c98b70e0121b500df3f72653fa17a831b
parent f666cde4
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ metadata:
namespace: metallb-system
data:
values.yaml: |
speaker:
frr:
enabled: false
prometheus:
podMonitor:
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment