99896da443
Signed-off-by: Grant Griffiths <ggriffiths@purestorage.com>
15 lines
283 B
HCL
15 lines
283 B
HCL
job "binstore-storagelocker" {
|
|
group "binsl" {
|
|
task "binstore" {
|
|
driver = "docker"
|
|
|
|
csi_plugin {
|
|
id = "org.hashicorp.csi"
|
|
type = "monolith"
|
|
mount_dir = "/csi/test"
|
|
health_timeout = "1m"
|
|
}
|
|
}
|
|
}
|
|
}
|