From 9107578e0afd6da31a25b76ae6255cbe5d309d78 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 4 May 2024 21:35:56 +0200 Subject: misc: fix metallb.yml file since it has multiple resources they need to be separated with `---` --- k8s/metallb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/metallb.yml b/k8s/metallb.yml index e9c8bb6..9dee7ef 100644 --- a/k8s/metallb.yml +++ b/k8s/metallb.yml @@ -6,6 +6,7 @@ metadata: spec: addresses: - 192.168.11.0/24 +--- apiVersion: metallb.io/v1beta1 kind: L2Advertisement metadata: -- cgit 1.4.1