@@ -13,24 +13,24 @@ TODO: Add Policies
1313
1414
1515A Crossplane EnvironmentConfig is a cluster-scoped, strongly typed,
16- [ ConfigMap] ( https://kubernetes.io/docs/concepts/configuration/configmap/ ) -like
16+ [ ConfigMap] ( https://kubernetes.io/docs/concepts/configuration/configmap/ ) -like
1717resource used by Compositions. Compositions can use the environment to store
1818information from individual resources or to apply patches.
1919
2020Crossplane supports multiple ` EnvironmentConfigs ` , each acting as a unique
21- data store.
21+ data store.
2222
23- When Crossplane creates a composite resource, Crossplane merges all the
23+ When Crossplane creates a composite resource, Crossplane merges all the
2424EnvironmentConfigs referenced in the associated Composition and creates a unique
2525in-memory environment for that composite resource.
2626
27- The composite resource can read and write data to their unique
27+ The composite resource can read and write data to their unique
2828in-memory environment.
2929
3030{{<hint "important" >}}
31- The in-memory environment is unique to each composite resource.
31+ The in-memory environment is unique to each composite resource.
3232A composite resource can't read data in another composite resource's
33- environment.
33+ environment.
3434{{< /hint >}}
3535
3636<!-- vale Google.Headings = NO -->
@@ -41,14 +41,14 @@ An {{<hover label="env1" line="2">}}EnvironmentConfig{{</hover>}} has a single
4141object field,
4242{{<hover label =" env1 " line =" 5 " >}}data{{</hover >}}.
4343
44- An EnvironmentConfig supports any data inside the
44+ An EnvironmentConfig supports any data inside the
4545{{<hover label =" env1 " line =" 5 " >}}data{{</hover >}} field.
4646
47- Here an example
47+ Here an example
4848{{<hover label =" env1 " line =" 2 " >}}EnvironmentConfig{{</hover >}}.
4949
5050``` yaml {label="env1"}
51- apiVersion : apiextensions.crossplane.io/v1alpha1
51+ apiVersion : apiextensions.crossplane.io/v1beta1
5252kind : EnvironmentConfig
5353metadata :
5454 name : example-environment
@@ -497,4 +497,4 @@ The [Patch and Transform]({{<ref "../guides/function-patch-and-transform">}}) do
497497[function-patch-and-transform] : {{<ref "../guides/function-patch-and-transform">}}
498498[function-go-templating] : https://github.com/crossplane-contrib/function-go-templating
499499[Composition Functions] : {{<ref "./compositions">}}
500- [Context] : {{<ref "./compositions/#function-pipeline-context">}}
500+ [Context] : {{<ref "./compositions/#function-pipeline-context">}}
0 commit comments