nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit e729dc82e30c2c25e270f815de2060db255157dd
parent 1d036c983fb29d220b8ac83ff225d75c52d27047
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Fri, 21 Jul 2023 00:06:02 +0200

feat(public-registry): move template

Diffstat:
Mhcl/infra/registry/public-registry.nomad | 2+-
Rhcl/infra/registry/config/config.yml.default -> hcl/infra/registry/templates/config.yml.default | 0
Rhcl/infra/registry/config/config.yml.tmpl -> hcl/infra/registry/templates/config.yml.tmpl | 0
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/hcl/infra/registry/public-registry.nomad b/hcl/infra/registry/public-registry.nomad @@ -51,7 +51,7 @@ job "public-registry" { template { destination = "${NOMAD_TASK_DIR}/config.yml" - data = file("./config/config.yml.tmpl") + data = file("./templates/config.yml.tmpl") } config { diff --git a/hcl/infra/registry/config/config.yml.default b/hcl/infra/registry/templates/config.yml.default diff --git a/hcl/infra/registry/config/config.yml.tmpl b/hcl/infra/registry/templates/config.yml.tmpl