From e8f1bf47700dda267761bbeb9b8585d1525773d6 Mon Sep 17 00:00:00 2001 From: Javier Cuevas Date: Fri, 7 Oct 2016 19:04:42 +0200 Subject: [PATCH] Fix typo in chart docs The name for the default values file is `values.yaml` and not `.values.yaml`. --- docs/charts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts.md b/docs/charts.md index c882ae81f..a9ae6fd5a 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -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.