Skip to content

Commit 82beec2

Browse files
onprem: 2.8.1
1 parent 0b668b0 commit 82beec2

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

codefresh/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,32 @@ However, you might need to use external services like [MongoDB Atlas Database](h
227227

228228
#### External MongoDB
229229

230+
⚠️ **Important!** If you use MongoDB Atlas, you must create the following databases in advance before installing Codefresh:
231+
232+
```console
233+
archive
234+
audit
235+
charts-manager
236+
cluster-providers
237+
codefresh
238+
context-manager
239+
gitops-dashboard-manager
240+
k8s-monitor
241+
pipeline-manager
242+
platform-analytics-postgres
243+
read-models
244+
runtime-environment-manager
245+
onboarding-status
246+
payments
247+
```
248+
249+
[Create Database in Atlas](https://www.mongodb.com/docs/atlas/atlas-ui/databases/#create-a-database)
250+
251+
You alse need to create a database user with `Write` permissions to the databases above.
252+
Then, provide the user credentials in the chart values at `.Values.global.mongodbUser/mongodbRootUserSecretKeyRef` and `.Values.global.mongodbPassword/mongodbRootPasswordSecretKeyRef`.
253+
254+
[Create Database Users in Atlas](https://www.mongodb.com/docs/atlas/security-add-mongodb-users/#configure-database-users)
255+
230256
```yaml
231257
seed:
232258
mongoSeedJob:

codefresh/README.md.gotmpl

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,33 @@ However, you might need to use external services like [MongoDB Atlas Database](h
228228

229229
#### External MongoDB
230230

231+
⚠️ **Important!** If you use MongoDB Atlas, you must create the following databases in advance before installing Codefresh:
232+
233+
```console
234+
archive
235+
audit
236+
charts-manager
237+
cluster-providers
238+
codefresh
239+
context-manager
240+
gitops-dashboard-manager
241+
k8s-monitor
242+
pipeline-manager
243+
platform-analytics-postgres
244+
read-models
245+
runtime-environment-manager
246+
onboarding-status
247+
payments
248+
```
249+
250+
[Create Database in Atlas](https://www.mongodb.com/docs/atlas/atlas-ui/databases/#create-a-database)
251+
252+
You alse need to create a database user with `Write` permissions to the databases above.
253+
Then, provide the user credentials in the chart values at `.Values.global.mongodbUser/mongodbRootUserSecretKeyRef` and `.Values.global.mongodbPassword/mongodbRootPasswordSecretKeyRef`.
254+
255+
[Create Database Users in Atlas](https://www.mongodb.com/docs/atlas/security-add-mongodb-users/#configure-database-users)
256+
257+
231258
```yaml
232259
seed:
233260
mongoSeedJob:

0 commit comments

Comments
 (0)