Skip to content

Commit

Permalink
fix: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 28, 2023
1 parent f2e95a5 commit fd7f6d5
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="components/operators/openshift-gitops-operator/instance
argo_print_info(){
route=$(oc get route openshift-gitops-server -o jsonpath='{.spec.host}' -n ${ARGO_NS} 2>/dev/null)

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

0 comments on commit fd7f6d5

Please sign in to comment.