github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/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  }