docs(helm):correct the documentation for the global values usage

This commit is contained in:
Keerthan Mala 2016-07-05 15:58:47 -04:00 committed by Keerthan Reddy Mala
parent 5a177923fb
commit 988bb02991
No known key found for this signature in database
GPG Key ID: 09B31D7AE33FF0AA
1 changed files with 2 additions and 2 deletions

View File

@ -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: