Unverified Commit 27096911 authored by Pure White's avatar Pure White Committed by GitHub

fix a typo

parent a6381e83
...@@ -347,7 +347,7 @@ exports: ...@@ -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:
......
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