Format terraform and nomad files

This commit is contained in:
2025-05-18 21:28:24 +10:00
parent 837cfdae68
commit 9cdd529633
12 changed files with 80 additions and 72 deletions

View File

@@ -1,13 +1,13 @@
job "csi-smb" {
type = "system"
type = "system"
group "smb" {
task "plugin" {
driver = "docker"
config {
image = "mcr.microsoft.com/k8s/csi/smb-csi:v1.7.0"
args = [
image = "mcr.microsoft.com/k8s/csi/smb-csi:v1.7.0"
args = [
"--v=5",
"--nodeid=${attr.unique.hostname}",
"--endpoint=unix:///csi/csi.sock",
@@ -17,9 +17,9 @@ job "csi-smb" {
}
csi_plugin {
id = "smb"
type = "node"
mount_dir = "/csi"
id = "smb"
type = "node"
mount_dir = "/csi"
}
resources {
@@ -28,4 +28,4 @@ job "csi-smb" {
}
}
}
}
}