Skip to content

Commit ab11d68

Browse files
committed
lint
1 parent ad5f085 commit ab11d68

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

charts/ent-operator-opsmanager/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
3232
deployBackupInfrastructure: 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
3434
provisionInstallersVolumeSize: "20G"
3535
# Ops Manager configuration option. For a complete list of options please visit
3636
# https://docs.opsmanager.mongodb.com/current/reference/configuration
3737

3838
configuration:
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"

charts/ent-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)