Skip to content

Commit

Permalink
remove calling oc client in HELP in ocp.sh (#8188)
Browse files Browse the repository at this point in the history
* fix ocp.sh
  • Loading branch information
Roman Iuvshyn committed Jan 5, 2018
1 parent 86b1986 commit 747169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/init/modules/openshift/files/scripts/ocp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ parse_args() {
OC_PUBLIC_HOSTNAME - set ocp hostname to admin console, default: host ip
OC_PUBLIC_IP - set ocp hostname for routing suffix, default: host ip
DNS_PROVIDER - set ocp DNS provider for routing suffix, default: nip.io
OPENSHIFT_TOKEN - set ocp token for authentication (eg $(oc whoami -t) )
OPENSHIFT_TOKEN - set ocp token for authentication
"

DEPLOY_SCRIPT_ARGS=""
Expand Down

0 comments on commit 747169b

Please sign in to comment.