115edb53a0
For everyday developer use, we don't need volumes for testing CSI. Providing a flag to opt-in speeds up deploying dev clusters and slightly reduces infra costs. Skip CSI test if missing volume specs.
11 lines
301 B
HCL
11 lines
301 B
HCL
region = "us-east-1"
|
|
instance_type = "t3.medium"
|
|
server_count = "3"
|
|
client_count = "4"
|
|
windows_client_count = "1"
|
|
profile = "full-cluster"
|
|
nomad_enterprise = true
|
|
nomad_acls = true
|
|
vault = true
|
|
volumes = true
|