From c522018a2474384778c970b3487778207105fe3e Mon Sep 17 00:00:00 2001 From: Micah Gafford Date: Fri, 13 Oct 2023 03:08:54 -0400 Subject: [PATCH] Source cloudevents revision (#5715) * update expected revision name * rm diff revision message --- docs/getting-started/first-source.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/getting-started/first-source.md b/docs/getting-started/first-source.md index 810e575c0f..e07dd6a50b 100644 --- a/docs/getting-started/first-source.md +++ b/docs/getting-started/first-source.md @@ -22,13 +22,10 @@ Create the CloudEvents Player Service: ``` !!! Success "Expected output" ```{ .bash .no-copy } - Service 'cloudevents-player' created to latest revision 'cloudevents-player-vwybw-1' is available at URL: + Service 'cloudevents-player' created to latest revision 'cloudevents-player-00001' is available at URL: http://cloudevents-player.default.${LOADBALANCER_IP}.sslip.io ``` - ??? question "Why is my Revision named something different!" - Because we didn't assign a `revision-name`, Knative Serving automatically created one for us. It's okay if your Revision is named something different. - === "YAML" 1. Copy the following YAML into a file named `cloudevents-player.yaml`: ```bash