apiVersion: argoproj.io/v1alpha1 kind: Application metadata: { name: rarelens, namespace: argocd } spec: project: default source: repoURL: https://github.com/lynchaos/rarelens targetRevision: main path: infra/k8s/overlays/gcp destination: { server: https://kubernetes.default.svc, namespace: rarelens } syncPolicy: automated: { prune: true, selfHeal: true } syncOptions: [CreateNamespace=true]