mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-19 18:21:03 +02:00
Changed API to allow importing config from files
This commit is contained in:
parent
ae8b612b98
commit
d0db893a95
3 changed files with 31 additions and 20 deletions
|
|
@ -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
|
||||
},
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue