projectodd / openwhisk-openshift

Resources necessary for running OpenWhisk on OpenShift
Apache License 2.0
45 stars 26 forks source link

Why not oc new-app? #33

Closed flozanorht closed 6 years ago

flozanorht commented 6 years ago

Any particular reason you still use the outdated oc proccess workflow:

oc process -f https://git.io/openwhisk-template | oc create -f -

When current OpenShift practice would be using a shorter oc new-app:

oc new-app -f https://git.io/openwhisk-template

jcrossley3 commented 6 years ago

No particular reason.