From 1aacc702e7e7b05537779df7c53f38ead559505b Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Sat, 13 Dec 2025 12:42:40 -0500 Subject: [PATCH] move metallb configs to controllers --- .../{configs => controllers}/metallb/ipaddresspool.yaml | 0 .../{configs => controllers}/metallb/l2advertisement.yaml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename infrastructure/{configs => controllers}/metallb/ipaddresspool.yaml (100%) rename infrastructure/{configs => controllers}/metallb/l2advertisement.yaml (100%) diff --git a/infrastructure/configs/metallb/ipaddresspool.yaml b/infrastructure/controllers/metallb/ipaddresspool.yaml similarity index 100% rename from infrastructure/configs/metallb/ipaddresspool.yaml rename to infrastructure/controllers/metallb/ipaddresspool.yaml diff --git a/infrastructure/configs/metallb/l2advertisement.yaml b/infrastructure/controllers/metallb/l2advertisement.yaml similarity index 100% rename from infrastructure/configs/metallb/l2advertisement.yaml rename to infrastructure/controllers/metallb/l2advertisement.yaml