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
I have the following Deploy action that sets up some kubernetes secrets that utilizes ${environment.name} to select the correct varfile to merge into the deployment but it does not work. Note previously this worked with Modules Here is an example of the Module that worked before
Bug
I have the following Deploy action that sets up some kubernetes secrets that utilizes ${environment.name} to select the correct varfile to merge into the deployment but it does not work. Note previously this worked with Modules Here is an example of the Module that worked before
Current Behavior
I get the following error when I run garden deploy
If i hard code it to the environment e.g. "local" it works.
Expected behavior
It should interpolate the environment name as part of the filepath
Reproducible example
git clone https://github.com/KoduIsGreat/garden-bug
cd to garden-bug
garden deploy -l5
Workaround
N/a
Suggested solution(s)
Additional context
Discussed this in discord with worldofgeese
Your environment
garden version: 0.13.3
The text was updated successfully, but these errors were encountered: