From aee5d67bb8725c837256f2617266d00359a691e8 Mon Sep 17 00:00:00 2001 From: David Fischer Date: Mon, 26 Aug 2024 01:55:32 +0200 Subject: [PATCH] feat(metallb): add kustomize --- gitops/infra/onprem/metallb/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gitops/infra/onprem/metallb/kustomization.yaml diff --git a/gitops/infra/onprem/metallb/kustomization.yaml b/gitops/infra/onprem/metallb/kustomization.yaml new file mode 100644 index 0000000..6926074 --- /dev/null +++ b/gitops/infra/onprem/metallb/kustomization.yaml @@ -0,0 +1,5 @@ +resources: + - ns.yaml + - metallb.yaml + - pool.yaml + - advertisement.yaml \ No newline at end of file