apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: {{ _template.application.name }} namespace: {{ _template.application.namespace }} spec: destination: namespace: {{ _template.cluster.namespace }} server: {{ _template.cluster.name }} project: default source: repoURL: {{ _template.repository.url }} path: {{ _template.repository.path }} targetRevision: {{ _template.repository.revision }} syncPolicy: automated: {}