github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/jobspec/test-fixtures/csi-plugin.hcl (about) 1 job "binstore-storagelocker" { 2 group "binsl" { 3 task "binstore" { 4 driver = "docker" 5 6 csi_plugin { 7 id = "org.hashicorp.csi" 8 type = "monolith" 9 mount_dir = "/csi/test" 10 } 11 } 12 } 13 }