Skip to content

Commit

Permalink
fix: argo script
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 28, 2023
1 parent 9986f85 commit c2739ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/library/argo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARGO_KUSTOMIZE_INSTANCE="${GIT_ROOT}/components/operators/openshift-gitops-opera
argo_print_info(){
route=$(oc get route openshift-gitops-server -o jsonpath='{.spec.host}' -n ${ARGO_NS} 2>/dev/null)

[ -z ${route+x} ] && return 1
[ -z ${route+x} ] || return 1
echo
echo "Access ArgoCD here:"
echo "https://${route}"
Expand Down

0 comments on commit c2739ad

Please sign in to comment.