update expected revision name for quickstart service (#5702)

This commit is contained in:
Micah Gafford 2023-10-03 02:03:52 -04:00 committed by GitHub
parent d79909862f
commit 2658c41c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ In this tutorial, you will deploy a "Hello world" Knative Service that accepts t
``` ```
!!! Success "Expected output" !!! Success "Expected output"
```{ .bash .no-copy } ```{ .bash .no-copy }
Service hello created to latest revision 'hello-world' is available at URL: Service hello created to latest revision 'hello-0001' is available at URL:
http://hello.default.${LOADBALANCER_IP}.sslip.io http://hello.default.${LOADBALANCER_IP}.sslip.io
``` ```
The value of `${LOADBALANCER_IP}` above depends on your type of cluster, The value of `${LOADBALANCER_IP}` above depends on your type of cluster,