-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add tls parameter to redis config struct * Add enableTLS parameter to redis-scaler with this change if the user add in the redis-scaler configuration the following field: ``` enableTLS: true ``` it will let the redis-scaler to connect to SSL hosts (it will add the tls configuration to the client connection options, setting InsecureSkipVerify to true) * Remove debug print Co-authored-by: Max Gallo <[email protected]>
- Loading branch information
1 parent
bf18818
commit 6876da4
Showing
1 changed file
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters