allow change argocd url (#10176)

This commit is contained in:
Samuel Liu
2023-06-19 10:18:20 +08:00
committed by GitHub
parent 141064c443
commit d296adcd65
3 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
- name: install
file: argocd-install.yml
namespace: "{{ argocd_namespace }}"
url: "https://raw.githubusercontent.com/argoproj/argo-cd/{{ argocd_version }}/manifests/install.yaml"
url: "{{ argocd_install_url }}"
when:
- "inventory_hostname == groups['kube_control_plane'][0]"