From a419cf8015b9955219b276c7fcd9fd725c1d6ef6 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 25 Oct 2022 07:28:24 +0200 Subject: [PATCH] feat(base): adding metallb deployement --- base/metallb/kustomization.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 base/metallb/kustomization.yaml diff --git a/base/metallb/kustomization.yaml b/base/metallb/kustomization.yaml new file mode 100644 index 0000000..22347bd --- /dev/null +++ b/base/metallb/kustomization.yaml @@ -0,0 +1,4 @@ +namespace: metallb-system + +resources: + - github.com/metallb/metallb/config/native?ref=v0.13.7