From 52d3b2d84e25827918d941fba9bf03c9e5ae6d77 Mon Sep 17 00:00:00 2001 From: Lucas Caparelli Date: Thu, 14 Dec 2023 07:29:41 -0300 Subject: [PATCH] docs(transforms): note that map fails on missing keys (#653) --- content/master/concepts/patch-and-transform.md | 2 +- content/v1.13/concepts/patch-and-transform.md | 2 +- content/v1.14/concepts/patch-and-transform.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/master/concepts/patch-and-transform.md b/content/master/concepts/patch-and-transform.md index 7e5e3a54..03c3f277 100644 --- a/content/master/concepts/patch-and-transform.md +++ b/content/master/concepts/patch-and-transform.md @@ -1223,7 +1223,7 @@ If Crossplane finds the value, Crossplane puts the mapped value in the {{}}toFieldPath{{}}. {{}} -Crossplane ignores the patch if the value isn't found. +Crossplane throws an error for the patch if the value isn't found. {{< /hint >}} {{}}spec.field1{{}} is the string diff --git a/content/v1.13/concepts/patch-and-transform.md b/content/v1.13/concepts/patch-and-transform.md index 45e2d5e8..f6a75eb5 100644 --- a/content/v1.13/concepts/patch-and-transform.md +++ b/content/v1.13/concepts/patch-and-transform.md @@ -1169,7 +1169,7 @@ If Crossplane finds the value, Crossplane puts the mapped value in the {{}}toFieldPath{{}}. {{}} -Crossplane ignores the patch if the value isn't found. +Crossplane throws an error for the patch if the value isn't found. {{< /hint >}} {{}}spec.field1{{}} is the string diff --git a/content/v1.14/concepts/patch-and-transform.md b/content/v1.14/concepts/patch-and-transform.md index 7e5e3a54..03c3f277 100644 --- a/content/v1.14/concepts/patch-and-transform.md +++ b/content/v1.14/concepts/patch-and-transform.md @@ -1223,7 +1223,7 @@ If Crossplane finds the value, Crossplane puts the mapped value in the {{}}toFieldPath{{}}. {{}} -Crossplane ignores the patch if the value isn't found. +Crossplane throws an error for the patch if the value isn't found. {{< /hint >}} {{}}spec.field1{{}} is the string