Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Ugh, vars isn't optional
Browse files Browse the repository at this point in the history
RM bad code
  • Loading branch information
Thomas Wunderlich committed Aug 18, 2022
1 parent 322adc2 commit 1e139a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions nomad/template_smple.json

This file was deleted.

1 change: 1 addition & 0 deletions pulumi/grapl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ def main() -> None:
nomad_grapl_ingress = NomadJob(
"grapl-ingress",
jobspec=repository_path("nomad/grapl-ingress.nomad"),
vars={},
opts=pulumi.ResourceOptions(
provider=nomad_provider,
# This dependson ensures we've switched the web-ui protocol to http instead of tcp prior. Otherwise there's
Expand Down

0 comments on commit 1e139a7

Please sign in to comment.