Merge pull request #5548 from aku163/master

Document update | variable representation change
pull/5549/head
Matthew Fisher 7 years ago committed by GitHub
commit e035836525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ data:
drink: {{ .Values.favoriteDrink }} drink: {{ .Values.favoriteDrink }}
``` ```
Notice on the last line we access `favoriteDrink` as an attribute of `Values`: `{{ .Values.favoriteDrink}}`. Notice on the last line we access `favoriteDrink` as an attribute of `Values`: `{{ .Values.favoriteDrink }}`.
Let's see how this renders. Let's see how this renders.

Loading…
Cancel
Save