diff --git a/controllers/nginx/pkg/config/config.go b/controllers/nginx/pkg/config/config.go index eb45991ca..eb8da5139 100644 --- a/controllers/nginx/pkg/config/config.go +++ b/controllers/nginx/pkg/config/config.go @@ -329,7 +329,7 @@ type Configuration struct { BindAddressIpv4 []string `json:"bind-address-ipv4,omitempty"` // Sets the ipv6 addresses on which the server will accept requests. - BindAddressIpv6 []string `json:"bind-address-ipv4,omitempty"` + BindAddressIpv6 []string `json:"bind-address-ipv6,omitempty"` } // NewDefault returns the default nginx configuration