From bc28372377ac189fe775af7658ad03c06c151187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=BC=BA?= Date: Sat, 9 Jan 2021 21:20:52 +0800 Subject: [PATCH] format mongoDB.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 高强 --- content/docs/2.1/scalers/mongo.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/2.1/scalers/mongo.md b/content/docs/2.1/scalers/mongo.md index 0e4f3c54e..5bca758e0 100644 --- a/content/docs/2.1/scalers/mongo.md +++ b/content/docs/2.1/scalers/mongo.md @@ -33,9 +33,11 @@ triggers: - `queryValue` - a threshold that is used as targetAverageValue in HPA. To provide information about how to connect to mongoDB you can provide + - `connectionStringFromEnv` - mongoDB connection string that should point to environment variable with valid value Or provide more detailed information: + - `host` - The host of the mongoDB server - `port` - The port of the mongoDB server - `username` - Username to authenticate with to mongoDB database