No need to mount /alloc/data to /data

This commit is contained in:
Daniel Berteaud 2024-01-05 14:01:28 +01:00
parent e60c3604e8
commit 9aaaf90d9f
2 changed files with 1 additions and 5 deletions

View File

@ -28,10 +28,6 @@ job [[ .instance | toJSON ]] {
} }
} }
sidecar_task { sidecar_task {
config {
# Access the CA certificate
volumes = ["../alloc/data:/data"]
}
[[ template "common/resources" $c.consul.connect.resources ]] [[ template "common/resources" $c.consul.connect.resources ]]
} }
} }

View File

@ -10,7 +10,7 @@ egress_gw:
# services: # services:
# ldap: {} # ldap: {}
# mysql: # mysql:
# ca_file: /data/my_ca.crt # ca_file: /alloc/data/my_ca.crt
services: [] services: []
# Custom CA # Custom CA