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 97c2e28 commit 411d77aCopy full SHA for 411d77a
configuration/configuration_storage.go
@@ -529,6 +529,12 @@ func copyConfigurationToStorage(cfg *Configuration) {
529
}
530
cfgStorage.ServiceDiscovery.AWSRegions = &cfg.ServiceDiscovery.AWSRegions
531
532
+ if cfgStorage.Haproxy == nil {
533
+ cfgStorage.Haproxy = &configTypeHaproxy{
534
+ Reload: &configTypeReload{},
535
+ }
536
537
+
538
cfgStorage.Haproxy.Reload.ReloadStrategy = &cfg.HAProxy.ReloadStrategy
539
540
if cfgStorage.LogTargets == nil {
0 commit comments