From 2a52b535c5c0107a50b6ebe0c3b659c7eb868438 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 16 Aug 2025 17:09:59 -0400 Subject: [PATCH] Install MetalLB into cluster --- ansible-5/roles/prod.k3s/tasks/deployments/metallb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-5/roles/prod.k3s/tasks/deployments/metallb.yaml b/ansible-5/roles/prod.k3s/tasks/deployments/metallb.yaml index e6cf1b9..0ef99e4 100644 --- a/ansible-5/roles/prod.k3s/tasks/deployments/metallb.yaml +++ b/ansible-5/roles/prod.k3s/tasks/deployments/metallb.yaml @@ -39,7 +39,7 @@ local_action: module: kubernetes.core.helm release_state: "{{apps.metallb.state}}" - name: funkwhale + name: metallb namespace: "{{apps.metallb.namespace}}" create_namespace: yes update_repo_cache: True