Packer.Images/ansible/roles/firstboot/files/ansible_payload/bootstrap/templates/gitrepo.j2
Danny Bessems d187f60091
All checks were successful
continuous-integration/drone/push Build is passing
Remove redundant key
2023-03-31 18:27:45 +02:00

10 lines
202 B
Django/Jinja

apiVersion: v1
kind: Secret
metadata:
name: {{ _template.name }}
namespace: {{ _template.namespace }}
labels:
argocd.argoproj.io/secret-type: repository
stringData:
url: {{ _template.url }}