From c3019c2561a270f8970b95a055590b74a86fff6a Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 14 Feb 2020 23:24:41 +0100 Subject: [PATCH] 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. --- docs/eventing/samples/helloworld/helloworld-go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/samples/helloworld/helloworld-go/README.md b/docs/eventing/samples/helloworld/helloworld-go/README.md index 4409c77cb..3da63d1fc 100644 --- a/docs/eventing/samples/helloworld/helloworld-go/README.md +++ b/docs/eventing/samples/helloworld/helloworld-go/README.md @@ -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 ---