From cf3f84e12a73548f2a0cc91818dcf282ccb5e0d2 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 30 May 2025 14:37:56 +0300 Subject: [PATCH] Add recursive to dir --- argocd-apps/metallb-base.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd-apps/metallb-base.yaml b/argocd-apps/metallb-base.yaml index 4241533..aeb874d 100644 --- a/argocd-apps/metallb-base.yaml +++ b/argocd-apps/metallb-base.yaml @@ -9,6 +9,8 @@ spec: repoURL: https://git.dvirlabs.com/dvirlabs/infra.git targetRevision: HEAD path: vendor/metallb + directory: + recurse: true destination: server: https://kubernetes.default.svc namespace: metallb-system