Skip to content

Commit

Permalink
Use configured URL when installing (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Torchetti <[email protected]>
  • Loading branch information
fabbazon authored Dec 19, 2023
1 parent 01f9127 commit 9e2e3e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setups/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e2e3e6

Please sign in to comment.