Skip to content

Commit

Permalink
Update manifest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlobzakov authored Oct 20, 2023
1 parent 9d92e6c commit 6de4041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ onInstall:
- wget ${baseUrl}/scripts/creds-replace.sh -O /root/creds-replace.sh
- wget ${baseUrl}/scripts/creds-replace.js -O /root/creds-replace.js
- sh /root/creds-replace.sh
- env.control.AddContainerEnvVars[${targetNodes.nodeGroup}]:
vars: {"nodeUrl":"http://${env.domain}","nodeUrlS":"https://${env.domain}","chromaPath":"http://${nodes.vectordb.intIP}:8000","mongoHost":"node${nodes.nosqldb.master.id}-${env.domain}","mongoName":"onprembot","mongoPassword":"${globals.mongodb_password}","mongoUserName":"admin"}
- env.control.AddContainerEnvVars[cp]:
vars: {"nodeUrl":"http://${env.domain}","nodeUrlS":"https://${env.domain}","chromaPath":"http://${nodes.vectordb.intIP}:8000","mongoHost":"node${nodes.nosqldb.master.id}-${env.domain}","mongoName":"onprembot","mongoPassword":"${globals.mongodb_password}","mongoUserName":"admin"}
- restartContainers:
nodeGroup: cp
- cmd[nosqldb]:
Expand Down

0 comments on commit 6de4041

Please sign in to comment.