Tell service action scheduler to use task socket

This commit is contained in:
IamTheFij 2024-10-02 12:07:37 -07:00
parent 78320a8ea4
commit 5e0393823d

View File

@ -27,6 +27,10 @@ job "${name}-${action_name}" {
]
}
env = {
NOMAD_ADDR = "unix:///secrets/api.sock"
}
identity {
env = true
}