This commit is contained in:
parent
933615adeb
commit
d187f60091
@ -42,7 +42,6 @@
|
|||||||
name: argocd-gitrepo-metacluster
|
name: argocd-gitrepo-metacluster
|
||||||
namespace: argo-cd
|
namespace: argo-cd
|
||||||
url: https://git.{{ vapp['metacluster.fqdn'] }}/mc/GitOps.Config.git
|
url: https://git.{{ vapp['metacluster.fqdn'] }}/mc/GitOps.Config.git
|
||||||
privatekey: "{{ lookup('ansible.builtin.file', '~/.ssh/git_rsa_id') | indent(4, true) }}"
|
|
||||||
notify:
|
notify:
|
||||||
- Apply manifests
|
- Apply manifests
|
||||||
|
|
||||||
|
@ -65,7 +65,6 @@
|
|||||||
name: argocd-gitrepo-workloadcluster
|
name: argocd-gitrepo-workloadcluster
|
||||||
namespace: argo-cd
|
namespace: argo-cd
|
||||||
url: https://git.{{ vapp['metacluster.fqdn'] }}/wl/GitOps.Config.git
|
url: https://git.{{ vapp['metacluster.fqdn'] }}/wl/GitOps.Config.git
|
||||||
privatekey: "{{ lookup('ansible.builtin.file', '~/.ssh/git_rsa_id') | indent(4, true) }}"
|
|
||||||
notify:
|
notify:
|
||||||
- Apply manifests
|
- Apply manifests
|
||||||
|
|
||||||
|
@ -7,7 +7,3 @@ metadata:
|
|||||||
argocd.argoproj.io/secret-type: repository
|
argocd.argoproj.io/secret-type: repository
|
||||||
stringData:
|
stringData:
|
||||||
url: {{ _template.url }}
|
url: {{ _template.url }}
|
||||||
name: {{ _template.name }}
|
|
||||||
insecure: 'true'
|
|
||||||
sshPrivateKey: |
|
|
||||||
{{ _template.privatekey }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user