From 9aaaf90d9f3978d315ee65500042162235dac374 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 5 Jan 2024 14:01:28 +0100 Subject: [PATCH] No need to mount /alloc/data to /data --- egress-gateway.nomad.hcl | 4 ---- variables.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/egress-gateway.nomad.hcl b/egress-gateway.nomad.hcl index 53b658a..947216e 100644 --- a/egress-gateway.nomad.hcl +++ b/egress-gateway.nomad.hcl @@ -28,10 +28,6 @@ job [[ .instance | toJSON ]] { } } sidecar_task { - config { - # Access the CA certificate - volumes = ["../alloc/data:/data"] - } [[ template "common/resources" $c.consul.connect.resources ]] } } diff --git a/variables.yml b/variables.yml index c5faefb..e52992c 100644 --- a/variables.yml +++ b/variables.yml @@ -10,7 +10,7 @@ egress_gw: # services: # ldap: {} # mysql: - # ca_file: /data/my_ca.crt + # ca_file: /alloc/data/my_ca.crt services: [] # Custom CA