Merge pull request #3329 from PureWhiteWu/patch-1

fix a typo
pull/3334/merge
Matthew Fisher 7 years ago committed by GitHub
commit 5a73f9ef2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -347,7 +347,7 @@ exports:
myint: 99 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. chart for `data` key and imports its contents.
The final parent values would contain our exported field: The final parent values would contain our exported field:

Loading…
Cancel
Save