Fix var for connect sidecar resources

This commit is contained in:
Daniel Berteaud 2023-09-28 14:35:26 +02:00
parent 4da67c4b22
commit 3c144226c2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ job [[ .egress_gw.job_name | toJSON ]] {
# Access the CA certificate
volumes = ["../alloc/data:/data"]
}
[[ template "common/resources.tpl" .nomad.connect.resources ]]
[[ template "common/resources.tpl" .consul.connect.resources ]]
}
}
}