fix(elk): correct typo in job specification for target path

This commit is contained in:
Ben Martin 2024-12-15 13:16:26 +00:00
parent 042b7baa00
commit 9ea461cac5
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -185,7 +185,7 @@ job "elk" {
mount {
type = "bind"
source = "local/config.yml"
targe = "/config/config.yml"
target = "/config/config.yml"
}
}