nutritious-kitchen-29367
03/03/2023, 12:36 PMbright-policeman-43626
03/16/2023, 4:40 AMgarden.env
file and store your variables there in a KEY=VALUE format.
2. You can set variables at the environment level using this structure: https://docs.garden.io/reference/project-config#environments-.variables
3. You can also set variables at the project level by using:
https://docs.garden.io/reference/project-config#variables
I hope that helps for the time being!nutritious-kitchen-29367
03/16/2023, 9:13 AMbright-policeman-43626
03/16/2023, 9:51 AMnutritious-kitchen-29367
03/16/2023, 11:00 AMbright-policeman-43626
03/17/2023, 2:28 PMdefaultNamespace: user-${var.name}
you can do defaultNamespace: user-${local.user}
which will resolve to the user of the terminal you are using ($USER) or $WHOAMI.
Also, I would like to ask you if you would be open to submit a Bug
directly into our Github repository so the Core Developers can tackle this issue as part of future releases?
Thanks a lot!nutritious-kitchen-29367
03/24/2023, 12:54 PMbright-policeman-43626
04/17/2023, 2:21 PMhallowed-apartment-22484
05/20/2023, 12:10 AMdefaultNamespace
)
Was an issue made for this?local.env.NAMESPACE
)bright-policeman-43626
05/20/2023, 1:34 AM