apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: metallb-config namespace: argocd spec: project: default source: path: metallb/config repoURL: https://github.com/gwg313/homelab-gitops targetRevision: HEAD destination: server: https://kubernetes.default.svc namespace: metallb-system syncPolicy: automated: prune: true selfHeal: true