From 7fee576f420401dbf021ec3b66956f8d9630f792 Mon Sep 17 00:00:00 2001 From: Blacs30 Date: Wed, 2 Apr 2025 00:38:37 +0200 Subject: [PATCH] add documentation to cover the new render annotation render.crossplane.io/runtime-docker-env Signed-off-by: Blacs30 --- content/master/concepts/compositions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/master/concepts/compositions.md b/content/master/concepts/compositions.md index 0afa0b6a..0ad33075 100644 --- a/content/master/concepts/compositions.md +++ b/content/master/concepts/compositions.md @@ -599,6 +599,11 @@ the container, and `Orphan`, to leave it running. `Development` runtime this annotation tells the CLI to connect to a Function running at the specified target. It uses [gRPC target syntax](https://github.com/grpc/grpc/blob/v1.59.1/doc/naming.md). +* `render.crossplane.io/runtime-docker-env` - When using the `Docker` runtime this + annotation specifies the environment variables that will be used for the + container. This is helpful to e.g. control KCL registry access to use a different + registry. The annotations value is a comma separated string of key=value pairs + e.g. "key1=value1,key2=value2". ## Verify a Composition