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:
Nic Cope 2025-03-28 22:50:34 -07:00
parent 055d9a8f8c
commit fe1bc63c28
1 changed files with 0 additions and 5 deletions

View File

@ -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`.