Skip to content
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

Levant doesn't recognize "ui" as a valid key #551

Open
SCORP111 opened this issue Dec 20, 2024 · 0 comments
Open

Levant doesn't recognize "ui" as a valid key #551

SCORP111 opened this issue Dec 20, 2024 · 0 comments

Comments

@SCORP111
Copy link

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 -v
Levant v0.3.3

Debug log outputs from Levant:
[ERROR] levant/command: error parsing 'job': 1 error occurred:
* job: invalid key: ui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant