Skip to content

Commit

Permalink
remove incorrect restriction about envkeys in patches (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumbis authored Feb 15, 2024
1 parent eeba1c3 commit c9b8afb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions content/v1.13/concepts/patch-and-transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,10 +964,6 @@ strings.
The {{<hover label="combineToEnv" line="20">}}toFieldPath{{</hover>}} is the
key in the environment to write the new string to.

{{< hint "important" >}}
The environment's key must already exist. Patches can't create new environment
keys.
{{< /hint >}}

```yaml {label="combineToEnv",copy-lines="none"}
apiVersion: apiextensions.crossplane.io/v1
Expand Down
4 changes: 0 additions & 4 deletions content/v1.14/concepts/patch-and-transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -964,10 +964,6 @@ strings.
The {{<hover label="combineToEnv" line="20">}}toFieldPath{{</hover>}} is the
key in the environment to write the new string to.

{{< hint "important" >}}
The environment's key must already exist. Patches can't create new environment
keys.
{{< /hint >}}

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

0 comments on commit c9b8afb

Please sign in to comment.