Skip to content

Commit

Permalink
Merge pull request #3329 from PureWhiteWu/patch-1
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
Matthew Fisher committed Jan 10, 2018
2 parents a6381e8 + 2709691 commit 5a73f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a73f9e

Please sign in to comment.