Skip to content

Commit c9b8afb

Browse files
authored
remove incorrect restriction about envkeys in patches (#707)
1 parent eeba1c3 commit c9b8afb

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

content/v1.13/concepts/patch-and-transform.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -964,10 +964,6 @@ strings.
964964
The {{<hover label="combineToEnv" line="20">}}toFieldPath{{</hover>}} is the
965965
key in the environment to write the new string to.
966966

967-
{{< hint "important" >}}
968-
The environment's key must already exist. Patches can't create new environment
969-
keys.
970-
{{< /hint >}}
971967

972968
```yaml {label="combineToEnv",copy-lines="none"}
973969
apiVersion: apiextensions.crossplane.io/v1

content/v1.14/concepts/patch-and-transform.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -964,10 +964,6 @@ strings.
964964
The {{<hover label="combineToEnv" line="20">}}toFieldPath{{</hover>}} is the
965965
key in the environment to write the new string to.
966966

967-
{{< hint "important" >}}
968-
The environment's key must already exist. Patches can't create new environment
969-
keys.
970-
{{< /hint >}}
971967

972968
```yaml {label="combineToEnv",copy-lines="none"}
973969
apiVersion: apiextensions.crossplane.io/v1

0 commit comments

Comments
 (0)