apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: argocd namespace: argocd spec: project: system source: repoURL: "https://argoproj.github.io/argo-helm/" targetRevision: v2.9.3 chart: argo-cd helm: valuesObject: destination: namespace: argocd name: in-cluster syncPolicy: syncOptions: - CreateNamespace=true - ServerSideApply=true