github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/demo/csi/portworx-csi-plugin/portworx-volume.hcl (about) 1 id = "px-volume-1" 2 name = "database" 3 type = "csi" 4 plugin_id = "portworx" 5 capacity_min = "1G" 6 capacity_max = "1G" 7 8 capability { 9 access_mode = "single-node-reader-only" 10 attachment_mode = "file-system" 11 } 12 13 capability { 14 access_mode = "single-node-writer" 15 attachment_mode = "file-system" 16 }