README: fix syntax
This commit is contained in:
parent
1ef223af17
commit
efef44c2d7
1 changed files with 2 additions and 2 deletions
|
@ -112,12 +112,12 @@ Find **Protocol Buffers Descriptions** at the [`./pb` directory](./pb).
|
|||
|
||||
3. Set your project ID on image names:
|
||||
|
||||
- Edit `skaffold.yaml`, update the `imageName:` fields that look lik
|
||||
- Edit `skaffold.yaml`, update the `imageName:` fields that look like
|
||||
`gcr.io/[PROJECT_ID]` with your own GCP project ID.
|
||||
|
||||
- Similarly, edit all Kubernetes Deployment manifests in the
|
||||
[`./kubernetes-manifests`](./kubernetes-manifests) directory. Find the
|
||||
`image:` fields with `gcr.io/...` and change them to your own GCP project
|
||||
`image:` fields with `gcr.io/[...]` and change them to your own GCP project
|
||||
ID.
|
||||
|
||||
5. Run `skaffold run` from the root of this repository. This command:
|
||||
|
|
Loading…
Reference in a new issue