using correct link in openshift install docs (#924)

This commit is contained in:
Leonardo Rossetti 2019-02-22 19:18:47 +00:00 committed by Knative Prow Robot
parent e825d14485
commit e3a141ff6f
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ oc adm policy add-cluster-role-to-user cluster-admin -z controller -n knative-se
Next, install Knative:
```shell
curl -L https://storage.googleapis.com/knative-releases/serving/latest/release-lite.yaml \
curl -L https://storage.googleapis.com/knative-releases/serving/latest/serving.yaml \
| sed 's/LoadBalancer/NodePort/' \
| oc apply -f -
```