Skip to content

Commit

Permalink
Update doc based on review
Browse files Browse the repository at this point in the history
Signed-off-by: joshuabezaleel <[email protected]>
  • Loading branch information
joshuabezaleel committed Apr 27, 2022
1 parent 0f82295 commit f8be9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/bundle/manifest/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ You can access custom data at runtime using the `bundle.custom.KEY.SUBKEY` templ
For example, `{{ bundle.custom.more-custom-config.enabled}}` allows you to
access nested values from the custom section.

Multiple custom values that were defined at the manifest can also be injected with new values during build time using the \--custom values tied to the `porter build` command. Currently only support string value. You can use dot notation to specify a nested field:
Multiple custom values that were defined in the manifest can also be injected with new values during build time using the \--custom values tied to the `porter build` command. Currently only supports string values. You can use dot notation to specify a nested field:

```
porter build --custom custom-config=new-custom-value --custom some-custom-config.item=edited-value
Expand Down

0 comments on commit f8be9a9

Please sign in to comment.