Fix typo in chart docs

The name for the default values file is `values.yaml` and not `.values.yaml`.
pull/1217/head
Javier Cuevas 9 years ago committed by Ville Aikas
parent c2f37f2fa9
commit a130caa0c1

@ -255,7 +255,7 @@ spec:
The above example, based loosely on [https://github.com/deis/charts](https://github.com/deis/charts), is a template for a Kubernetes replication controller. The above example, based loosely on [https://github.com/deis/charts](https://github.com/deis/charts), is a template for a Kubernetes replication controller.
It can use the following four template values (usually defined in a It can use the following four template values (usually defined in a
`.values.yaml` file): `values.yaml` file):
- `imageRegistry`: The source registry for the Docker image. - `imageRegistry`: The source registry for the Docker image.
- `dockerTag`: The tag for the docker image. - `dockerTag`: The tag for the docker image.

Loading…
Cancel
Save