Skip to content
Snippets Groups Projects
Commit 8a9cd9b7 authored by Rob Kooper's avatar Rob Kooper
Browse files

disable FRR in metallb

parent 77b1b50f
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Added
- added timeouts for traefik (fixes harbor)
### Changed
- disable FRR in metallb since we only use L2 announcements
## 3.2.1 - 2024-09-07
### Changed
......
......@@ -35,6 +35,10 @@ spec:
helm:
version: v3
releaseName: metallb
values: |
speaker:
frr:
enabled: false
ignoreDifferences:
- group: apiextensions.k8s.io
kind: CustomResourceDefinition
......
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