From b6b1d60f409cba5248b221d3b816a42f0170147b Mon Sep 17 00:00:00 2001 From: Ek Chotechawanwong Date: Mon, 12 Aug 2024 16:37:46 +0700 Subject: [PATCH] Update how-to-write-schema.md The passthrough key is optional_config (not additional_config). --- site/content/ytt/docs/develop/how-to-write-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/ytt/docs/develop/how-to-write-schema.md b/site/content/ytt/docs/develop/how-to-write-schema.md index 5d24b5324..f4ce2df6c 100644 --- a/site/content/ytt/docs/develop/how-to-write-schema.md +++ b/site/content/ytt/docs/develop/how-to-write-schema.md @@ -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: @@ -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) \ No newline at end of file +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)