From ae4b5f1fd281b505b6e71601e356442ddb491742 Mon Sep 17 00:00:00 2001 From: David Fischer Date: Mon, 26 Aug 2024 01:59:19 +0200 Subject: [PATCH] fix(metallb): sigh https://github.com/metallb/metallb-operator/issues/415 --- gitops/infra/onprem/metallb/kustomization.yaml | 5 ----- gitops/infra/onprem/metallb/metallb.yaml | 2 +- gitops/infra/onprem/metallb/ns.yaml | 4 ---- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 gitops/infra/onprem/metallb/kustomization.yaml delete mode 100644 gitops/infra/onprem/metallb/ns.yaml diff --git a/gitops/infra/onprem/metallb/kustomization.yaml b/gitops/infra/onprem/metallb/kustomization.yaml deleted file mode 100644 index 6926074..0000000 --- a/gitops/infra/onprem/metallb/kustomization.yaml +++ /dev/null @@ -1,5 +0,0 @@ -resources: - - ns.yaml - - metallb.yaml - - pool.yaml - - advertisement.yaml \ No newline at end of file diff --git a/gitops/infra/onprem/metallb/metallb.yaml b/gitops/infra/onprem/metallb/metallb.yaml index be9c43d..9223807 100644 --- a/gitops/infra/onprem/metallb/metallb.yaml +++ b/gitops/infra/onprem/metallb/metallb.yaml @@ -2,4 +2,4 @@ apiVersion: metallb.io/v1beta1 kind: MetalLB metadata: name: metallb - namespace: metallb-system \ No newline at end of file + namespace: operators \ No newline at end of file diff --git a/gitops/infra/onprem/metallb/ns.yaml b/gitops/infra/onprem/metallb/ns.yaml deleted file mode 100644 index d5b0a9a..0000000 --- a/gitops/infra/onprem/metallb/ns.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: metallb-system \ No newline at end of file