diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-04 21:35:56 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-04 21:36:00 +0200 |
commit | 9107578e0afd6da31a25b76ae6255cbe5d309d78 (patch) | |
tree | 72542c04ec87265d4bb444c74016c2bb11c5c2d1 | |
parent | payload-processor: set up testing (diff) | |
download | fs-tracer-backend-9107578e0afd6da31a25b76ae6255cbe5d309d78.tar.gz fs-tracer-backend-9107578e0afd6da31a25b76ae6255cbe5d309d78.tar.bz2 fs-tracer-backend-9107578e0afd6da31a25b76ae6255cbe5d309d78.zip |
misc: fix metallb.yml file
since it has multiple resources they need to be separated with `---`
-rw-r--r-- | k8s/metallb.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |