From 19713f5b915a7a3547e3a81ef0b46c337728ffb4 Mon Sep 17 00:00:00 2001 From: Fabio Torchetti Date: Sat, 16 Dec 2023 10:36:37 -0600 Subject: [PATCH] Use configured URL when installing Signed-off-by: Fabio Torchetti --- setups/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setups/install.sh b/setups/install.sh index a7a6b47f..65a1a7ea 100755 --- a/setups/install.sh +++ b/setups/install.sh @@ -20,6 +20,8 @@ if [[ ! "$response" =~ ^[Yy][Ee][Ss]$ ]]; then exit 0 fi +export GITHUB_URL=$(yq '.repo_url' ./setups/config.yaml) + # Set up ArgoCD. We will use ArgoCD to install all components. cd "${REPO_ROOT}/setups/argocd/" ./install.sh