mirror of https://github.com/knative/docs.git
minor edits to examples (#419)
This commit is contained in:
parent
8e4b4df18a
commit
26d3de54de
|
@ -116,7 +116,7 @@ When the flow is created, it provisions the following resources:
|
|||
bus:
|
||||
|
||||
```shell
|
||||
kubectl get --output yaml feed k8s-event-flow
|
||||
kubectl get --output yaml feed k8s-event-flow-....
|
||||
```
|
||||
|
||||
```yaml
|
||||
|
|
|
@ -24,4 +24,4 @@ spec:
|
|||
spec:
|
||||
container:
|
||||
# Replace this image with your {username}/k8s-events container
|
||||
image: github.com/knative/docs/eventing/samples/k8s-events
|
||||
image: docker.io/{username}/k8s-events
|
||||
|
|
Loading…
Reference in New Issue