Argo CD : checksum support for the install url (#12266)

Fixes https://github.com/kubernetes-sigs/kubespray/issues/12223
This commit is contained in:
Romain Lalaut
2025-06-27 16:24:30 +02:00
committed by GitHub
parent ede92b0654
commit 878da9fb16
4 changed files with 26 additions and 17 deletions

View File

@@ -3,4 +3,3 @@ argocd_enabled: false
argocd_version: 2.14.5
argocd_namespace: argocd
# argocd_admin_password:
argocd_install_url: "https://raw.githubusercontent.com/argoproj/argo-cd/v{{ argocd_version }}/manifests/install.yaml"