From 32351ed3a4103b7f6820b983c0f9754b6a89fb47 Mon Sep 17 00:00:00 2001 From: Indresh2410 Date: Mon, 22 Jul 2024 18:07:09 +0530 Subject: [PATCH] Mysql scaler username from env (#1419) * Add usernameFromEnv support for MYSQL Scaler Signed-off-by: Indresh2410 * Fix typo Signed-off-by: Indresh2410 * Update Readme Signed-off-by: Indresh2410 * Move readme to different folder Signed-off-by: Indresh2410 --------- Signed-off-by: Indresh2410 --- content/docs/2.15/scalers/mysql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/2.15/scalers/mysql.md b/content/docs/2.15/scalers/mysql.md index 8598d34c8..0dd3947ab 100644 --- a/content/docs/2.15/scalers/mysql.md +++ b/content/docs/2.15/scalers/mysql.md @@ -35,6 +35,7 @@ Some parameters could be provided using environmental variables, instead of sett - `hostFromEnv` - The host of the MySQL server, similar to `host`, but reads it from an environment variable on the scale target. - `portFromEnv` - The port of the MySQL server, similar to `port`, but reads it from an environment variable on the scale target. +- `usernameFromEnv` - The username for connecting with host of the MySQL server, similar to `username`, but reads it from an environment variable on the scale target. ### Authentication Parameters