apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: name
  namespace: argocd
  labels:
    type: service
spec:
  project: project
  source:
    repoURL: https://git.senior.com.br/devops/manifest_project.git
    targetRevision: HEAD
    path: path/
  destination:
    server: server
    namespace: namespace
  syncPolicy:
    syncOptions:
    - CreateNamespace=true