File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,24 +30,24 @@ deployValidationWebhooks: true # Optional configuration.
3030# Deploy Ops Manager backup daemon and set it up.
3131# Note: OpLogs DB needs to be provisioned separately
3232deployBackupInfrastructure : true
33- # Provision Volume that will store MongoDB installers. Use with Version.source: local
33+ # Provision Volume that will store MongoDB installers. Use with Version.source: local
3434provisionInstallersVolumeSize : " 20G"
3535# Ops Manager configuration option. For a complete list of options please visit
3636# https://docs.opsmanager.mongodb.com/current/reference/configuration
3737
3838configuration :
3939 # for fully air-gapped environemnts choose "local"
40- # to proxy mongodb installers download via Ops Manager choose "remote"
40+ # to proxy mongodb installers download via Ops Manager choose "remote"
4141 " automation.versions.source " : " remote" # [ local| hybrid| remote ]
42-
42+
4343 # passing mms.ignoreInitialUiSetup=true allows to avoid the setup wizard in Ops Manager. Note, that
4444 # this requires to set some mandatory configuration properties, see
4545 # https://docs.opsmanager.mongodb.com/current/reference/configuration/index.html#mms.ignoreInitialUiSetup
46- mms.ignoreInitialUiSetup : " true"
47-
46+ mms.ignoreInitialUiSetup : " true"
47+
4848 mms.adminEmailAddr :
" [email protected] " 4949 mms.fromEmailAddr :
" [email protected] " 50-
50+
5151 mms.replyToEmailAddr :
" [email protected] " 5252 mms.mail.hostname : " email-smtp.us-east-1.amazonaws.com"
5353 mms.mail.port : " 465"
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ registry:
6363 appDb :
6464 Image : quay.io/mongodb/mongodb-enterprise-appdb
6565 Tag : 10.2.15.5958-1_4.2.11-ent
66-
66+
6767 initAppDb :
6868 Image : quay.io/mongodb/mongodb-enterprise-init-appdb
6969 Tag : 1.0.6
You can’t perform that action at this time.
0 commit comments