From 988bb02991b5af50bd9103546e634917d1764483 Mon Sep 17 00:00:00 2001 From: Keerthan Mala Date: Tue, 5 Jul 2016 15:58:47 -0400 Subject: [PATCH] docs(helm):correct the documentation for the global values usage --- docs/charts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/charts.md b/docs/charts.md index f1d119d87..d62f82603 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -302,9 +302,9 @@ apache: ``` The above adds a `global` section with the value `app: MyWordpress`. -This value is available to _all_ charts as `.global.app`. +This value is available to _all_ charts as `.Values.global.app`. -For example, the `mysql` templates may access `app` as `{{.global.app}}`, and +For example, the `mysql` templates may access `app` as `{{.Values.global.app}}`, and so can the `apache` chart. Effectively, the values file above is regenerated like this: