From 270969117c620b417cdc785dfa9d0a38c4fec2bf Mon Sep 17 00:00:00 2001 From: Pure White Date: Wed, 10 Jan 2018 19:19:24 +0800 Subject: [PATCH] fix a typo --- docs/charts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts.md b/docs/charts.md index 3ec14c21c12..3d4ae3a2213 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -347,7 +347,7 @@ exports: myint: 99 ``` -Since we are specifying the key `data` in our import list, Helm looks in the the `exports` field of the child +Since we are specifying the key `data` in our import list, Helm looks in the `exports` field of the child chart for `data` key and imports its contents. The final parent values would contain our exported field: