apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: app-of-apps namespace: argocd labels: scope: workshop spec: project: default source: repoURL: https://github.com/snothub/psychic-octo-eureka path: argo/apps destination: server: https://kubernetes.default.svc namespace: kubews syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true