apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: metallb-config namespace: argocd annotations: argocd.argoproj.io/sync-wave: "1" spec: project: default source: repoURL: https://gitea.fireflylab.cc/duynguyen/cluster-bootstrap.git targetRevision: main path: manifests/metallb-config destination: server: https://kubernetes.default.svc namespace: metallb-system syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - SkipDryRunOnMissingResource=true