We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54820fc commit a78d3d1Copy full SHA for a78d3d1
pkg/controller/global.go
@@ -81,10 +81,10 @@ func (c *HAProxyController) globalCfg() {
81
}
82
if newGlobal.TuneOptions == nil {
83
newGlobal.TuneOptions = &models.GlobalTuneOptions{}
84
+ }
85
- if newGlobal.TuneSslDefaultDhParam == 0 {
86
- newGlobal.TuneOptions.SslDefaultDhParam = 2048
87
- }
+ if newGlobal.TuneSslDefaultDhParam == 0 {
+ newGlobal.TuneOptions.SslDefaultDhParam = 2048
88
89
env.SetGlobal(newGlobal, &newLg, c.haproxy.Env)
90
diff := newGlobal.Diff(*global)
0 commit comments