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