Nested variables with cli flags and varfiles
# 🌱|help-and-getting-started
i
Let's say I have a project level variable structure:
Copy code
component:
  variable: X
How can I override these variables from the cli flag (
--var
) or from .env varfiles? I tried
--var=component.variable=Z
but that didn't work.
c
As of now it's unsupported, but we have an open feature request https://github.com/garden-io/garden/issues/3873
i
I did not realize I can have yaml varfiles as well, at least we can use that, thanks
6 Views