Skip to content

Commit 4e18640

Browse files
authored
Merge pull request #910 from blacs30/master
add documentation to cover the new render annotation
2 parents 255b651 + 7fee576 commit 4e18640

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)