Skip to content

Commit

Permalink
Fix typo in chart docs
Browse files Browse the repository at this point in the history
The name for the default values file is `values.yaml` and not `.values.yaml`.
  • Loading branch information
Javier Cuevas committed Oct 7, 2016
1 parent ad696e9 commit e8f1bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
- `dockerTag`: The tag for the docker image.
Expand Down

0 comments on commit e8f1bf4

Please sign in to comment.