Skip to content

Commit 68f2fca

Browse files
authored
clarify image_vars in containers config is not available at runtime. (#10115)
* clarify in schema comment * f
1 parent 4a4049c commit 68f2fca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/wrangler/src/config/environment.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export type ContainerApp = {
7878
image_build_context?: string;
7979

8080
/**
81-
* Image variables to be passed along the image at build time.
81+
* Image variables available to the image at build-time only.
82+
* For runtime env vars, refer to https://developers.cloudflare.com/containers/examples/env-vars-and-secrets/
8283
* @optional
8384
*/
8485
image_vars?: Record<string, string>;

0 commit comments

Comments
 (0)