File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ function up {
499499 # TODO: Change skip-tls with the certs --certificate-authority=
500500 oc adm config set-cluster ${_profile} --server=https://$OC_CLUSTER_PUBLIC_HOSTNAME :8443 --insecure-skip-tls-verify=true & > /dev/null
501501 # TODO: Change token for secure certs: --client-certificate=path/to/my/client/cert --client-key=path/to/my/client/key
502- oc adm config set-credentials ${OS_DEFAULT_USER} @ ${_profile} --token=$( oc whoami -t) & > /dev/null
502+ oc adm config set-credentials ${OS_DEFAULT_USER} / ${_profile} --token=$( oc whoami -t) & > /dev/null
503503 oc adm config set-context ${_profile} --cluster=${_profile} --user=${OS_DEFAULT_USER} /${_profile} --namespace=${OS_DEFAULT_PROJECT} & > /dev/null
504504 oc adm config use-context ${_profile} # &> /dev/null
505505
You can’t perform that action at this time.
0 commit comments