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