openshift-evangelists / openshifter

Tool for deploying OpenShift clusters and workshops
Apache License 2.0
24 stars 12 forks source link

Don't create the project as my user #37

Closed jorgemoralespou closed 7 years ago

jorgemoralespou commented 7 years ago

Use "oc adm new-project" so the user making the command will not switch to that project. In case a later action does not specify "-n namespace" it should be done in the "admin" default project.

marekjelen commented 7 years ago

Would need to be rebased anyway, pulling in manually, thanks for the contribution!