Skip to content

Commit e1b05f3

Browse files
authored
add cloud manager baseUrl
in the main docs on `https://docs.mongodb.com/kubernetes-operator/master/tutorial/create-project-using-configmap/#create-k8s-project` it stated to use `Cloud Manager` for baseUrl, which leads to an error `unsupported protocol scheme ""` on the operator pod the right value should be set to `https://cloud.mongodb.com`
1 parent dba647d commit e1b05f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Check the end of the page for instructions on how to remove the Operator.
8787

8888
For the Operator to work, you will need the following information:
8989

90-
* Base Url - the url of an Ops Manager instance
90+
* Base Url - the url of an Ops Manager instance, for Cloud Manger use `https://cloud.mongodb.com`.
9191
* Project Name - the name of an Ops Manager Project where MongoDBs will be deployed into. It will be created by Operator
9292
if it doesn't exist (and this is the recommended way instead of reusing the project created in OpsManager directly)
9393
* (optionally) Organization Id - the id of organization to which Project belongs

0 commit comments

Comments
 (0)