Skip to content

Commit

Permalink
Mysql scaler username from env (#1419)
Browse files Browse the repository at this point in the history
* Add usernameFromEnv support for MYSQL Scaler

Signed-off-by: Indresh2410 <indreshprakash24@gmail.com>

* Fix typo

Signed-off-by: Indresh2410 <indreshprakash24@gmail.com>

* Update Readme

Signed-off-by: Indresh2410 <indreshprakash24@gmail.com>

* Move readme to different folder

Signed-off-by: Indresh2410 <indreshprakash24@gmail.com>

---------

Signed-off-by: Indresh2410 <indreshprakash24@gmail.com>
  • Loading branch information
Indresh2410 committed Jul 22, 2024
1 parent 4863c41 commit 32351ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/2.15/scalers/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 32351ed

Please sign in to comment.