Remove redundant key
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-03-31 18:27:45 +02:00
parent 933615adeb
commit d187f60091
3 changed files with 0 additions and 6 deletions

View File

@ -42,7 +42,6 @@
name: argocd-gitrepo-metacluster
namespace: argo-cd
url: https://git.{{ vapp['metacluster.fqdn'] }}/mc/GitOps.Config.git
privatekey: "{{ lookup('ansible.builtin.file', '~/.ssh/git_rsa_id') | indent(4, true) }}"
notify:
- Apply manifests

View File

@ -65,7 +65,6 @@
name: argocd-gitrepo-workloadcluster
namespace: argo-cd
url: https://git.{{ vapp['metacluster.fqdn'] }}/wl/GitOps.Config.git
privatekey: "{{ lookup('ansible.builtin.file', '~/.ssh/git_rsa_id') | indent(4, true) }}"
notify:
- Apply manifests

View File

@ -7,7 +7,3 @@ metadata:
argocd.argoproj.io/secret-type: repository
stringData:
url: {{ _template.url }}
name: {{ _template.name }}
insecure: 'true'
sshPrivateKey: |
{{ _template.privatekey }}