Manuel Cañete

Results 4 issues of Manuel Cañete

I have FTP with implicit TLS forced configured in this way: ``` var base64 = configuration.GetValue("FtpsServer:Certificate"); var bytes = Convert.FromBase64String(base64); var certificate = new X509Certificate2(bytes); services.Configure(options => { options.ServerCertificate =...

improvement

Hi, When **ConnectionMultiplexer** is initialized and fails to connect to Redis will fail next times because the exception is cached and thrown again on subsequent calls to the Value property....

### The Feature Improve the Helm Chart with some features to make it more extensible. In my opinion, these features are necessary: - [x] Avoid forcing environment variables to follow...

enhancement

## Title Add support for extra environment variables. ## Relevant issues Fixes one of #8954 ## Pre-Submission checklist > [!WARNING] > This PR only introduces changes in Helm Chart. I've...