Skip to content

Commit

Permalink
demo: fix argocd url
Browse files Browse the repository at this point in the history
It doesn't work to deep link, something gets set on the first redirect.
  • Loading branch information
jeffmccune committed Oct 21, 2024
1 parent 4e6ea36 commit 14aea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/environments/scripts/apply-stack
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apply() {
# Routes
kubectl apply --server-side=true -f deploy/clusters/workload/components/${stack}-bank-routes/${stack}-bank-routes.gen.yaml
set +x
echo "🌐 https://argocd.holos.localhost/applications/argocd/${stack}-frontend?view=tree&resource=" >&2
echo "🌐 https://argocd.holos.localhost/" >&2
set -x
# Wait
if [[ -z "${NO_WAIT:-}" ]]; then
Expand Down

0 comments on commit 14aea9a

Please sign in to comment.