Commit e8f1bf47 authored by Javier Cuevas's avatar Javier Cuevas Committed by GitHub

Fix typo in chart docs

The name for the default values file is `values.yaml` and not `.values.yaml`.
parent ad696e91
...@@ -255,7 +255,7 @@ spec: ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment