chore: update submodules

This commit is contained in:
Daniel Berteaud 2023-08-25 15:07:57 +02:00
parent 4f9421f111
commit ceea383ab7
3 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,6 @@
job "democratic-csi-controller" {
datacenters = [[ .nomad.datacenters | toJSON ]]
[[- template "common/job_start.tpl" merge .democratic_csi.controller .nomad ]]
[[- range $proto := slice "iscsi" "nfs" ]]

2
deps/common vendored

@ -1 +1 @@
Subproject commit 33cfb1fe0c98b3c6437dab509184946cb8551927
Subproject commit c1ce3ccbdbce15571f26aa7f3b70aba48dd36759

View File

@ -1,10 +1,7 @@
job "democratic-csi-node" {
datacenters = [[ .nomad.datacenters | toJSON ]]
type = "system"
# Run on all nodes, not matter which pool they belong
node_pool = "all"
[[- template "common/job_start.tpl" merge .democratic_csi.node .nomad ]]
[[ range $proto := slice "iscsi" "nfs" ]]