mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-27 15:39:37 +02:00
Fix Minikube launch issues (#275)
- Fix Pulsar service naming - broker -> pulsar - Fix Google AI Studio secret name for RAG to be consistent with other text-completion.
This commit is contained in:
parent
8fc22155dd
commit
ac7bf6bfd5
3 changed files with 3 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ def main():
|
|||
logger.info(f"Adding {name}...")
|
||||
out.writestr(name, content)
|
||||
|
||||
fname = "tg-launch.yaml"
|
||||
fname = "docker-compose.yaml"
|
||||
|
||||
platform = "docker-compose"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue