We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f172755 commit 676a0e8Copy full SHA for 676a0e8
README.md
@@ -108,6 +108,12 @@ mongodb_set_parameters:
108
"authenticationMechanisms": "SCRAM-SHA-1,MONGODB-CR",
109
}
110
111
+## Extend config with arbitrary values
112
+# Example :
113
+mongodb_config:
114
+ replication:
115
+ - "enableMajorityReadConcern: false"
116
+
117
# MMS Agent
118
mongodb_mms_agent_pkg: https://cloud.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent_7.2.0.488-1_amd64.ubuntu1604.deb
119
mongodb_mms_group_id: ""
0 commit comments