Commit ff686d59 authored by Arvind Kumar's avatar Arvind Kumar Committed by Arvind Kumar

Document update | variable representation change

Signed-off-by: 's avatarArvind Kumar <10303369+aku163@users.noreply.github.com>
parent fe7c48a3
......@@ -29,7 +29,7 @@ data:
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment