From f26027ab1cc946445601e07507d36cba409fb77b Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Wed, 4 Sep 2024 16:26:20 +0200 Subject: [PATCH] comment --- bundle/config/target.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle/config/target.go b/bundle/config/target.go index 718dd3acb7..a3cd106b57 100644 --- a/bundle/config/target.go +++ b/bundle/config/target.go @@ -8,6 +8,9 @@ import ( type Mode string +// We alias it here to override the JSON schema associated with a variable value +// in a target override. This is because we allow for directly specifying the value +// in addition to the variable.Variable struct format in a target override. type TargetVariable variable.Variable // Target defines overrides for a single target.