github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/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          health_timeout = "1m"
    11        }
    12      }
    13    }
    14  }