- 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:
Cyber MacGeddon 2025-01-20 19:11:36 +00:00
parent 2aa0586d38
commit 49ba8072bb
3 changed files with 3 additions and 3 deletions

View file

@ -134,7 +134,7 @@ local url = import "values/url.jsonnet";
);
local bookieContainerSet = engine.containers(
"bookie",
"pulsar",
[
bookieContainer,
]