mirror of https://github.com/crossplane/docs.git
docs(transforms): note that map fails on missing keys (#653)
This commit is contained in:
parent
3e3343d7b0
commit
52d3b2d84e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue