Document update | variable representation change

Signed-off-by: Arvind Kumar <10303369+aku163@users.noreply.github.com>
pull/5548/head
Arvind Kumar 7 years ago committed by Arvind Kumar
parent fe7c48a359
commit ff686d5967

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