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