Hello, Running into some issues with deploying the ClearML Server Helm Chart. Trying to use external connections to managed services for Redis Cloud, Atlas M...
6 months ago
The connection string is quoted in the values.yaml
mongodbConnectionStringAuth: "
"
Hi @<1523701070390366208:profile|CostlyOstrich36> thanks for the help! Following Atlas Mongo documentation the connection string follows the format:
None
I run into parsing issues due to the +srv
using Helm Chart: clearml-7.14.2
.mongodbConnectionStringAuth
Traceback (most recent call last):
File "/usr/local/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_...