Danny Bessems
3f9fc4b7aa
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
467 B
Django/Jinja
17 lines
467 B
Django/Jinja
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: {}
|