From 1e6331019c29a3dd88ac5ddb92b93178ea2fcbb6 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Fri, 1 Nov 2024 18:50:01 -0400 Subject: [PATCH] feat: add metallb system --- infra/controllers/metallb.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infra/controllers/metallb.yaml b/infra/controllers/metallb.yaml index 657f66f..6bdca19 100644 --- a/infra/controllers/metallb.yaml +++ b/infra/controllers/metallb.yaml @@ -1,4 +1,9 @@ --- +apiVersion: v1 +kind: Namespace +metadata: + name: metallb-system +--- apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: