apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: metallb-config namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io spec: project: homelab source: repoURL: 'gitea@172.16.2.52:baptiste/k8s.git' targetRevision: main path: infrastructure/metallb destination: server: https://kubernetes.default.svc namespace: metallb-system syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true