You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deploy-configure.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ To deploy your first replica set:
72
72
73
73
**NOTE**: The Community Kubernetes Operator sets the [`ssl` connection option](https://www.mongodb.com/docs/manual/reference/connection-string/#connection-options) to `true` if you [Secure MongoDBCommunity Resource Connections using TLS](secure.md#secure-mongodbcommunity-resource-connections-using-tls).</br></br>
74
74
75
-
You can use the connection strings in this secret in your application:
75
+
To connect your application you can reference the connection string directly from the secret:
76
76
77
77
```yaml
78
78
containers:
@@ -84,7 +84,7 @@ To deploy your first replica set:
84
84
name: <metadata.name>-<auth-db>-<username>
85
85
key: connectionString.standardSrv
86
86
87
-
5. Connect to one of your application's pods in the Kubernetes cluster:
87
+
6. Connect to one of your application's pods in the Kubernetes cluster:
88
88
89
89
**NOTE**: You can access your replica set only from a pod in the same Kubernetes cluster. You can't access your replica set from outside of the Kubernetes cluster.
90
90
@@ -98,7 +98,7 @@ To deploy your first replica set:
98
98
user@app:~$
99
99
```
100
100
101
-
6. Use one of the connection strings returned in step 4 to connect to the replica set. The following example uses [`mongosh`](https://www.mongodb.com/docs/mongodb-shell/) to connect to a replica set:
101
+
7. Use one of the connection strings returned in step 4 to connect to the replica set. The following example uses [`mongosh`](https://www.mongodb.com/docs/mongodb-shell/) to connect to a replica set:
0 commit comments