--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: redis-clusters namespace: argocd spec: project: k-space.ee source: repoURL: 'git@git.k-space.ee:k-space/kube.git' path: redis-clusters targetRevision: HEAD destination: server: 'https://kubernetes.default.svc' namespace: redis-clusters syncPolicy: automated: prune: true syncOptions: - CreateNamespace=true