Skip to content

Commit 7fee576

Browse files
committed
add documentation to cover the new render annotation
render.crossplane.io/runtime-docker-env Signed-off-by: Blacs30 <[email protected]>
1 parent 9f943f4 commit 7fee576

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/master/concepts/compositions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,11 @@ the container, and `Orphan`, to leave it running.
599599
`Development` runtime this annotation tells the CLI to connect to a Function
600600
running at the specified target. It uses
601601
[gRPC target syntax](https://github.com/grpc/grpc/blob/v1.59.1/doc/naming.md).
602+
* `render.crossplane.io/runtime-docker-env` - When using the `Docker` runtime this
603+
annotation specifies the environment variables that will be used for the
604+
container. This is helpful to e.g. control KCL registry access to use a different
605+
registry. The annotations value is a comma separated string of key=value pairs
606+
e.g. "key1=value1,key2=value2".
602607

603608
## Verify a Composition
604609

0 commit comments

Comments
 (0)