docs(transforms): note that map fails on missing keys (#653)

This commit is contained in:
Lucas Caparelli 2023-12-14 07:29:41 -03:00 committed by GitHub
parent 3e3343d7b0
commit 52d3b2d84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1223,7 +1223,7 @@ If Crossplane finds the value, Crossplane puts
the mapped value in the {{<hover label="map" line="4">}}toFieldPath{{</hover>}}.
{{<hint "note" >}}
Crossplane ignores the patch if the value isn't found.
Crossplane throws an error for the patch if the value isn't found.
{{< /hint >}}
{{<hover label="map" line="3">}}spec.field1{{</hover>}} is the string

View File

@ -1169,7 +1169,7 @@ If Crossplane finds the value, Crossplane puts
the mapped value in the {{<hover label="map" line="4">}}toFieldPath{{</hover>}}.
{{<hint "note" >}}
Crossplane ignores the patch if the value isn't found.
Crossplane throws an error for the patch if the value isn't found.
{{< /hint >}}
{{<hover label="map" line="3">}}spec.field1{{</hover>}} is the string

View File

@ -1223,7 +1223,7 @@ If Crossplane finds the value, Crossplane puts
the mapped value in the {{<hover label="map" line="4">}}toFieldPath{{</hover>}}.
{{<hint "note" >}}
Crossplane ignores the patch if the value isn't found.
Crossplane throws an error for the patch if the value isn't found.
{{< /hint >}}
{{<hover label="map" line="3">}}spec.field1{{</hover>}} is the string