You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously config builder had incorrect assumption, that tlsConfig for email notifications
must be build only if requireTLS is set and true.
But alermanager has requireTLS as true by default and it shouldn't be set to true at configuration.
Also this param could be managed via global config section.
This commit removes unneeded if requireTLS is true check before building tls config for email notifications.
Related issue #1080
Signed-off-by: f41gh7 <[email protected]>
Setting the following parameter in the alertmanager configuration is ignore in the latest operator version. 0.47.0
Expexted output: (works in 0.46.4)
Got: (with 0.47.0)
The text was updated successfully, but these errors were encountered: