From 22edaa05d69573f16483c6a0eb7aab15d2df8260 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 7 Sep 2024 14:51:12 -0400 Subject: [PATCH] fix: use correct file path --- kubernetes/common/apps/metallb/pool/files/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/common/apps/metallb/pool/files/kustomization.yaml b/kubernetes/common/apps/metallb/pool/files/kustomization.yaml index 71361b8..1230a99 100644 --- a/kubernetes/common/apps/metallb/pool/files/kustomization.yaml +++ b/kubernetes/common/apps/metallb/pool/files/kustomization.yaml @@ -1,4 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- ./metallb-static-ip \ No newline at end of file +- ./metallb-static-ips.yaml \ No newline at end of file