From 77fcc92e65df4f16528400868b6ef944e94735e0 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Fri, 7 Jul 2023 18:05:38 +0200 Subject: [PATCH] Add comment --- bundle/config/bundle.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/config/bundle.go b/bundle/config/bundle.go index 382e89be3..cf3864775 100644 --- a/bundle/config/bundle.go +++ b/bundle/config/bundle.go @@ -32,6 +32,7 @@ type Bundle struct { // Determines the mode of the environment. // For example, 'mode: development' can be used for deployments for // development purposes. + // Annotated readonly as this should be set at the environment level. Mode Mode `json:"mode,omitempty" bundle:"readonly"` // Overrides the compute used for jobs and other supported assets.