We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Description
Levant doesn't recognize "ui" as a valid key
[ERROR] levant/command: error parsing 'job': 1 error occurred: * job: invalid key: ui
Relevant Nomad job specification file
job "docs" { ui { description = "A job that uses **Nomad Variables**" link { label = "Learn more about Nomad" url = "https://developer.hashicorp.com/nomad" } link { label = "Nomad on GitHub" url = "https://github.com/hashicorp/nomad" } } # ... }
Output of levant version:
levant version
levant -v Levant v0.3.3
Debug log outputs from Levant: [ERROR] levant/command: error parsing 'job': 1 error occurred: * job: invalid key: ui
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Levant doesn't recognize "ui" as a valid key
[ERROR] levant/command: error parsing 'job': 1 error occurred:
* job: invalid key: ui
Relevant Nomad job specification file
Output of
levant version
:Debug log outputs from Levant:
[ERROR] levant/command: error parsing 'job': 1 error occurred:
* job: invalid key: ui
The text was updated successfully, but these errors were encountered: