mirror of https://github.com/knative/docs.git
Add {username} to helloworld-go service definition (#2123)
This commit updates the helloworld-go README.md, step 4 ("Recreating the sample code" section), and adds {username} to the example yaml which is mentioned in the description.
This commit is contained in:
parent
cb5d216bb9
commit
c3019c2561
|
@ -163,7 +163,7 @@ cd knative-docs/docs/eventing/samples/helloworld/helloworld-go
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: helloworld-go
|
- name: helloworld-go
|
||||||
image: docker.io/akashv/helloworld-go
|
image: docker.io/{username}/helloworld-go
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue