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.
15 lines
452 B
Plaintext
15 lines
452 B
Plaintext
region = "us-east-1"
|
|
instance_type = "t3.medium"
|
|
server_count = "3"
|
|
client_count = "2"
|
|
windows_client_count = "0"
|
|
profile = "dev-cluster"
|
|
nomad_acls = false
|
|
nomad_enterprise = false
|
|
vault = true
|
|
volumes = false
|
|
|
|
# Example overrides:
|
|
# nomad_local_binary = "../../pkg/linux_amd/nomad"
|
|
# nomad_local_binary_client_windows = ["../../pkg/windows_amd64/nomad.exe"]
|