README: fix syntax

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-08-30 10:59:57 -07:00
parent ea02858fad
commit 1ef223af17
No known key found for this signature in database
GPG Key ID: 5C02521D7B216AD6
1 changed files with 6 additions and 6 deletions

View File

@ -112,13 +112,13 @@ 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
`gcr.io/[PROJECT_ID]` with your own GCP project ID.
- Edit `skaffold.yaml`, update the `imageName:` fields that look lik
`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
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
ID.
5. Run `skaffold run` from the root of this repository. This command:
- builds the container images