Skip to content

Commit 135aea4

Browse files
buckley-w-davidknative-prow-robot
authored andcommitted
remove redundant step in source-to-url deployment (knative#346)
1 parent 85cb853 commit 135aea4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

serving/samples/source-to-url-go/README.md

-10
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,6 @@ container for the application.
189189
revisionName: app-from-source-00007
190190
```
191191

192-
193-
1. After the build has completed and the container is pushed to Docker Hub, you
194-
can deploy the app into your cluster. Ensure that the container image value
195-
in `service.yaml` matches the container you built in
196-
the previous step. Apply the configuration using `kubectl`:
197-
198-
```shell
199-
kubectl apply -f service.yaml
200-
```
201-
202192
1. Now that your service is created, Knative will perform the following steps:
203193
* Fetch the revision specified from GitHub and build it into a container
204194
* Push the container to Docker Hub

0 commit comments

Comments
 (0)