File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
02-search-enterprise-deploy
04-search-external-mongod Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export OPS_MANAGER_API_KEY="00000-abcd-efgh-1111-12345678"
20
20
export OPS_MANAGER_ORG_ID=" 62a73abcdefgh12345678"
21
21
22
22
# minimum required MongoDB version for running MongoDB Search is 8.0.10
23
- export MDB_VERSION=" 8.0.10"
23
+ export MDB_VERSION=" 8.0.10-ent "
24
24
25
25
# root admin user for convenience, not used here at all in this guide
26
26
export MDB_ADMIN_USER_PASSWORD=" admin-user-password-CHANGE-ME"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export K8S_CTX="<your kubernetes context here>"
2
2
3
3
export MDB_NS=" mongodb"
4
4
5
- export MDB_VERSION=" 8.0.10"
5
+ export MDB_VERSION=" 8.0.10-ent "
6
6
7
7
export MDB_ADMIN_USER_PASSWORD=" admin-user-password-CHANGE-ME"
8
8
export MDB_USER_PASSWORD=" mdb-user-password-CHANGE-ME"
You can’t perform that action at this time.
0 commit comments