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:
Daniel Bevenius 2020-02-14 23:24:41 +01:00 committed by GitHub
parent cb5d216bb9
commit c3019c2561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ cd knative-docs/docs/eventing/samples/helloworld/helloworld-go
spec:
containers:
- name: helloworld-go
image: docker.io/akashv/helloworld-go
image: docker.io/{username}/helloworld-go
---