Fix, was putting Neo in Cassandra config (#26)

This commit is contained in:
cybermaggedon 2024-08-22 22:02:57 +01:00 committed by GitHub
parent 25c390469f
commit 2bc602fdcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 380 additions and 389 deletions

View file

@ -46,7 +46,7 @@ tg-launch-%.yaml: templates/%.jsonnet templates/components/version.jsonnet
update-templates: set-version
for model in ${MODELS}; do \
for graph in ${GRAPHS}; do \
cm=$${graph},cassandra,pulsar,milvus,grafana,trustgraph,$${model}; \
cm=$${graph},pulsar,milvus,grafana,trustgraph,$${model}; \
input=templates/main.jsonnet; \
output=tg-launch-$${model}-$${graph}.yaml; \
echo $${model} + $${graph} '->' $${output}; \