Tell service action scheduler to use task socket
This commit is contained in:
parent
78320a8ea4
commit
5e0393823d
@ -27,6 +27,10 @@ job "${name}-${action_name}" {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
env = {
|
||||||
|
NOMAD_ADDR = "unix:///secrets/api.sock"
|
||||||
|
}
|
||||||
|
|
||||||
identity {
|
identity {
|
||||||
env = true
|
env = true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user