You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variables supplied via --var cli flag only apply on the project level and have no effect on the variables defined on action level. So, it's not possible to override action level variables using --var cli flag.
Expected behavior
Variables supplied via --var cli flag should also apply on action variables.
Reproducible example
Consider the following garden config for a backend service.
Garden Bonsai (0.13) Bug
Current Behavior
Variables supplied via
--var
cli flag only apply on the project level and have no effect on the variables defined on action level. So, it's not possible to override action level variables using--var
cli flag.Expected behavior
Variables supplied via
--var
cli flag should also apply on action variables.Reproducible example
Consider the following garden config for a
backend
service.project.garden.yml
garden.yml
and
backend
is simply a go file.Deploy this using this command:
Note the ingress url. The url will be
whereas it should in fact be
as we override the
ingressPath
variable and set it to/welcome
via--var
cli flag.Your environment
garden version
: 0.13.6The text was updated successfully, but these errors were encountered: