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