Skip to content
Snippets Groups Projects
Unverified Commit d296adcd authored by Samuel Liu's avatar Samuel Liu Committed by GitHub
Browse files

allow change argocd url (#10176)

parent 141064c4
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,4 @@ argocd_enabled: false
argocd_version: v2.6.7
argocd_namespace: argocd
# argocd_admin_password:
argocd_install_url: "https://raw.githubusercontent.com/argoproj/argo-cd/{{ argocd_version }}/manifests/install.yaml"
......@@ -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]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment