-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.13: [Bug]: Unable to parse modules key #5083
Comments
Hi @ishantagarwal-x213235, thanks for reporting the issue! Could you please provide the garden config to reproduce it? It might be that the |
@vvagaytsev Kindly use the project https://github.com/ishantagarwal-x213235/garden-sample-project for reproduce this issue. Here is the yaml file having properties required for project here is the garden template |
@ishantagarwal-x213235 which command did you use? Is the reproducible with I could not reproduce the issue in Garden |
@vvagaytsev |
Ah, sorry, I missed that in the description :) |
Hi @vvagaytsev |
@ishantagarwal-x213235 sorry for the delayed reply. It's still in the backlog, I'm working on something else now. We'll check if someone can take this. |
Garden Bonsai (0.13) Bug
Current Behavior
When using
garden plugins pulumi preview
command, garden is unable to parse${modules["${parent.name}-publish-image"].version}
An error occurred while reading pulumi varfiles for action spring-boot-service: Unable to load varfile at '/home/workstation/thx/workspace/garden-sample-project/garden-sample-project/config/global.yaml': Error: Invalid template string ( ################ ERROR ##########…): Could not find key modules. Available keys: command, datetime, environment, git, inputs, local, parent, project, secrets, template, this, var and variables.
Expected behavior
garden should parse the
${modules["${parent.name}-publish-image"].version}
.The text was updated successfully, but these errors were encountered: