mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 01:31:02 +02:00
Fix config templates
This commit is contained in:
parent
713d903293
commit
0c2e0681a3
3 changed files with 8 additions and 146 deletions
|
|
@ -26,12 +26,12 @@ local sc = {
|
|||
volumeBindingMode: "WaitForFirstConsumer",
|
||||
};
|
||||
|
||||
return k8s + {
|
||||
k8s + {
|
||||
|
||||
// Extract resources usnig the engine
|
||||
package:: function(patterns)
|
||||
local resources = [sc, ns] + std.flattenArrays([
|
||||
p.create(engine) for p in std.objectValues(patterns)
|
||||
p.create(self) for p in std.objectValues(patterns)
|
||||
]);
|
||||
local resourceList = {
|
||||
apiVersion: "v1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue