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
As of yesterday, we merged in a new pack template syntax to enable deeply nested dependencies (#403) However, there is follow-on work coming in #426 to change the override variable naming format. The documentation is incoming; however, you can preview the new syntax by using the nomad-pack generate command.
In order to run packs with the pervious syntax, you can pass the --parser-v1 flag to the render, plan, and run commands. Please let me know if your pack works using the parser-v1 flag. I'm going to make a note on the repo README as well.
Hello :)
It seems that the last nightly version of nomad-pack is unable to use any variables.
Nomad pack version:
Issue
Any variables in packs are nil. The context does not have any pack variables.
Reproduction steps
A simple pack with a simple variable:
A template in that pack that try to read the variable:
If we try to look at the pack in the context:
We get null for the packs and in the context there is a lot of stuff but no variables:
The text was updated successfully, but these errors were encountered: