mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Add librarian support to templates
This commit is contained in:
parent
c78c8b6724
commit
71c84276d9
3 changed files with 46 additions and 5 deletions
|
|
@ -1,8 +1,6 @@
|
|||
local base = import "base/base.jsonnet";
|
||||
local images = import "values/images.jsonnet";
|
||||
local url = import "values/url.jsonnet";
|
||||
local minio = import "stores/minio.jsonnet";
|
||||
local cassandra = import "stores/cassandra.jsonnet";
|
||||
|
||||
{
|
||||
|
||||
|
|
@ -184,6 +182,3 @@ local cassandra = import "stores/cassandra.jsonnet";
|
|||
|
||||
}
|
||||
|
||||
// Minio and Cassandra are used by the Librarian
|
||||
+ minio + cassandra
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue