From 155c1479bc5c1596b1ac26831ec19c79ce52a9e5 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 2 Apr 2023 16:09:00 -0400 Subject: [PATCH] Add static ips again --- cluster/apps/metallb/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/metallb/kustomization.yaml b/cluster/apps/metallb/kustomization.yaml index 80cf573..046bf58 100644 --- a/cluster/apps/metallb/kustomization.yaml +++ b/cluster/apps/metallb/kustomization.yaml @@ -3,4 +3,4 @@ kind: Kustomization resources: - ./namespace.yaml - ./helm-release.yaml -#- ./metallb-static-ips.yaml \ No newline at end of file +- ./metallb-static-ips.yaml \ No newline at end of file