diff --git a/argocd/templates/metallb-system.yaml b/argocd/templates/metallb-system.yaml index cd0033b..82224ac 100644 --- a/argocd/templates/metallb-system.yaml +++ b/argocd/templates/metallb-system.yaml @@ -9,13 +9,14 @@ spec: repoURL: https://gitlab.com/developerdurp/homelab.git targetRevision: prd path: metallb-system + directory: + recurse: true destination: + server: https://kubernetes.default.svc namespace: metallb-system - name: in-cluster syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true -