From 87e495c57d4585e6570cf2635644b97992ea5cd9 Mon Sep 17 00:00:00 2001 From: Sergey Kozlov Date: Thu, 4 Apr 2019 11:46:23 +0700 Subject: [PATCH] Fixed typos in docs/chart_best_practices Signed-off-by: Sergey Kozlov --- docs/chart_best_practices/values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_best_practices/values.md b/docs/chart_best_practices/values.md index 28e3a3eac..bdc53e338 100644 --- a/docs/chart_best_practices/values.md +++ b/docs/chart_best_practices/values.md @@ -88,7 +88,7 @@ data is lost after one parse. ## Consider How Users Will Use Your Values -There are three potential sources of values: +There are four potential sources of values: - A chart's `values.yaml` file - A values file supplied by `helm install -f` or `helm upgrade -f`