apiVersion: argoproj.io/v1alpha1 kind: Application metadata: annotations: argocd.argoproj.io/sync-wave: "3" name: legislative-summarization namespace: argocd spec: destination: namespace: legislative-summarization server: https://kubernetes.default.svc project: default source: path: k8s repoURL: https://github.com/whyredfire/legislative-summarization targetRevision: main syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true