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 2eda323 commit 83b7655Copy full SHA for 83b7655
dataplaneapi_configuration.go
@@ -35,7 +35,7 @@ func SyncWithFileSettings(server *Server, cfg *configuration.Configuration) { //
35
configStorage.Dataplaneapi.EnabledListeners = &[]string{"http"}
36
}
37
38
- if configStorage.Dataplaneapi.EnabledListeners != nil && !misc.HasOSArg("", "scheme", "") {
+ if configStorage.Dataplaneapi != nil && configStorage.Dataplaneapi.EnabledListeners != nil && !misc.HasOSArg("", "scheme", "") {
39
server.EnabledListeners = *configStorage.Dataplaneapi.EnabledListeners
40
41
if configStorage.Dataplaneapi != nil && configStorage.Dataplaneapi.CleanupTimeout != nil && !misc.HasOSArg("", "cleanup-timeout", "") {
0 commit comments