diff --git a/internal/ingress/controller/config/config.go b/internal/ingress/controller/config/config.go index 7a967a896..13542ad93 100644 --- a/internal/ingress/controller/config/config.go +++ b/internal/ingress/controller/config/config.go @@ -806,7 +806,7 @@ func NewDefault() Configuration { defBlockEntity := make([]string, 0) defNginxStatusIpv4Whitelist := make([]string, 0) defNginxStatusIpv6Whitelist := make([]string, 0) - defSSLConfCommands := make([]string, 0) + defSSLConfCommands := make([]string, 0) defResponseHeaders := make([]string, 0) defIPCIDR = append(defIPCIDR, "0.0.0.0/0") defNginxStatusIpv4Whitelist = append(defNginxStatusIpv4Whitelist, "127.0.0.1")