Add missing extension to pre-built images instructions in readme (#160)

This commit is contained in:
David Ebbo 2019-02-22 09:55:40 -08:00 committed by Ahmet Alp Balkan
parent 5f41e12b2f
commit b9792c94c8
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ by deploying the [release manifest](./release) directly to an existing cluster.
**Prerequisite**: a running Kubernetes cluster (either local or on cloud).
1. Clone this repository, and go to the repository directory
1. Run `kubectl apply -f ./release/kubernetes-manifests` to deploy the app.
1. Run `kubectl apply -f ./release/kubernetes-manifests.yaml` to deploy the app.
1. Run `kubectl get pods` to see pods are in a Ready state.
1. Find the IP address of your application, then visit the application on your
browser to confirm installation.