mirror of https://github.com/crossplane/docs.git
remove incorrect restriction about envkeys in patches (#707)
This commit is contained in:
parent
eeba1c3b07
commit
c9b8afbe2f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue