itamae/cookbooks/nomad/files/etc/nomad.d/csi.hcl

15 lines
182 B
HCL
Raw Normal View History

2022-01-10 06:33:45 +00:00
client {
cni_path = "/opt/cni/bin"
cni_config_dir = "/etc/cni/"
}
plugin "docker" {
config {
volumes {
enabled = true
}
allow_privileged = true
}
}