[FIX]: Target app sample. (#5508)

This commit is contained in:
Esmerlin Joel Mieses 2023-04-03 16:50:37 -03:00 committed by GitHub
parent 1d46695a73
commit 65b9a8cfd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ Choose one of the following methods:
1. With `kn` you can deploy the service with
```bash
kn service create helloworld-php --image=docker.io/{username}/helloworld-php --env TARGET="Ruby Sample v1"
kn service create helloworld-php --image=docker.io/{username}/helloworld-php --env TARGET="PHP Sample v1"
```
This will wait until your service is deployed and ready, and ultimately it will print the URL through which you can access the service.