Packer.Images/ansible/roles/firstboot/files/ansible_payload/bootstrap/templates/application.j2
Danny Bessems 3f9fc4b7aa
All checks were successful
continuous-integration/drone/push Build is passing
Fix git repository organization;Move cluster api manifests to gitops;Rename gitrepo's
2023-04-01 16:10:38 +02:00

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: {}