Add renovate and ntfy (unrelated)
This commit is contained in:
10
2-nomad-config/renovate.tf
Normal file
10
2-nomad-config/renovate.tf
Normal file
@@ -0,0 +1,10 @@
|
||||
resource "nomad_job" "renovate" {
|
||||
jobspec = file("renovate.nomad.hcl")
|
||||
}
|
||||
|
||||
resource "nomad_variable" "renovate" {
|
||||
path = "nomad/jobs/renovate"
|
||||
items = {
|
||||
gitea_token = data.sops_file.secrets.data["renovate.gitea_token"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user