Skip to content

Commit

Permalink
Update how-to-write-schema.md
Browse files Browse the repository at this point in the history
The passthrough key is optional_config (not additional_config).

Signed-off-by: Ek Chotechawanwong <[email protected]>
  • Loading branch information
ekc committed Aug 31, 2024
1 parent 16050a3 commit 9f8f95e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/content/ytt/docs/develop/how-to-write-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ honeycomb:
optional_config: null
```

Here, `additional_config` can contain any valid YAML.
Here, `optional_config` can contain any valid YAML.

For example:

Expand Down Expand Up @@ -279,4 +279,4 @@ honeycomb:
---
## Next Steps

Once you've declared your Data Values, they can be referenced in `ytt` templates as described in [Using Data Values > Referencing Data Values](how-to-use-data-values.md#referencing-data-values)
Once you've declared your Data Values, they can be referenced in `ytt` templates as described in [Using Data Values > Referencing Data Values](how-to-use-data-values.md#referencing-data-values)
2 changes: 1 addition & 1 deletion site/content/ytt/docs/v0.50.x/how-to-write-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ honeycomb:
optional_config: null
```

Here, `additional_config` can contain any valid YAML.
Here, `optional_config` can contain any valid YAML.

For example:

Expand Down

0 comments on commit 9f8f95e

Please sign in to comment.