apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: infrastructure-apps namespace: argocd labels: scope: infra spec: project: default source: repoURL: https://github.com/snothub/sturdy-adventure.git path: argocd/apps destination: server: https://kubernetes.default.svc namespace: infra syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true