Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
debianmaster authored Apr 1, 2019
1 parent 33e7fd4 commit 000bd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ oc adm policy add-scc-to-user anyuid -z prometheus-system -n knative-monitoring
oc adm policy add-cluster-role-to-user cluster-admin -z build-controller -n knative-build
oc adm policy add-cluster-role-to-user cluster-admin -z controller -n knative-serving

curl -L https://storage.googleapis.com/knative-releases/serving/latest/release-lite.yaml | sed 's/LoadBalancer/NodePort/' | oc apply -f -
curl -L https://github.com/knative/serving/releases/download/v0.2.3/release-lite.yaml | sed 's/LoadBalancer/NodePort/' | oc apply -f -
```

> Deploy sample application
Expand Down

0 comments on commit 000bd9e

Please sign in to comment.