Format terraform and nomad files
This commit is contained in:
@@ -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" {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user