Changed API to allow importing config from files

This commit is contained in:
Cyber MacGeddon 2024-09-06 09:01:16 +01:00
parent ae8b612b98
commit d0db893a95
3 changed files with 31 additions and 20 deletions

View file

@ -203,7 +203,7 @@
},
// FIXME: For K8s
configVolume:: function(name, dir)
configVolume:: function(name, dir, parts)
{
local volume = self,
@ -221,9 +221,7 @@
name: volume.name,
namespace: "trustgraph",
},
data: {
thing: "asldkajsdj"
}
data: parts
},
}
},