mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-20 18:51:03 +02:00
Reworked templater to produce docker compose and minikube output
This commit is contained in:
parent
19625d1cde
commit
713d903293
59 changed files with 37925 additions and 7034 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
local engine = import "docker-compose.jsonnet";
|
||||
local decode = import "decode-config.jsonnet";
|
||||
local engine = import "engine/docker-compose.jsonnet";
|
||||
local decode = import "util/decode-config.jsonnet";
|
||||
local components = import "components.jsonnet";
|
||||
|
||||
// Import config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue