mirror of https://github.com/crossplane/docs.git
Drop environment config mention in context
I don't think this happens by default anymore - we use function env config Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
055d9a8f8c
commit
fe1bc63c28
|
@ -875,8 +875,3 @@ that isn't desired state. Functions can use context for this. Any function can
|
||||||
write to the pipeline context. Crossplane passes the context to all following
|
write to the pipeline context. Crossplane passes the context to all following
|
||||||
functions. When Crossplane has called all functions it discards the pipeline
|
functions. When Crossplane has called all functions it discards the pipeline
|
||||||
context.
|
context.
|
||||||
|
|
||||||
Crossplane can write context too. If you enable the alpha
|
|
||||||
[composition environment]({{<ref "environment-configs">}}) feature Crossplane
|
|
||||||
writes the environment to the top-level context field
|
|
||||||
`apiextensions.crossplane.io/environment`.
|
|
||||||
|
|
Loading…
Reference in New Issue