README gives bad instructions - can't pull template.
Closed this issue · 3 comments
sferich888 commented
oc new-app -f https://raw.githubusercontent.com/sclorg/nginx-ex/master/openshift/templates/nginx.json
error: unable to load template file "https://raw.githubusercontent.com/sclorg/nginx-ex/master/openshift/templates/nginx.json": unable to read URL "https://raw.githubusercontent.com/sclorg/nginx-ex/master/openshift/templates/nginx.json", server reported 404 Not Found, status code=404
error: no match for "https://raw.githubusercontent.com/sclorg/nginx-ex/master/openshift/templates/nginx.json"
Should be:
https://raw.githubusercontent.com/sclorg/nginx-ex/master/openshift/templates/nginx.json
pvalena commented
Thanks!
Note: nginx-ex is not tested and still only in 'staging' phase.
pvalena commented
That's actually why it gives you 404. It's meant to be that way for now.
pvalena commented
For testing purposes, the url is:
https://raw.githubusercontent.com/sclorg/nginx-ex/staging/openshift/templates/nginx.json