From d2b1d37ee3f490839abc7d1638a041337602475b Mon Sep 17 00:00:00 2001 From: xichengliudui Date: Thu, 8 Nov 2018 15:17:40 -0500 Subject: [PATCH] Modify the wrong function name --- internal/ingress/controller/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ingress/controller/config/config.go b/internal/ingress/controller/config/config.go index 2089ec995..60444e5f3 100644 --- a/internal/ingress/controller/config/config.go +++ b/internal/ingress/controller/config/config.go @@ -120,7 +120,7 @@ type Configuration struct { // By default this is disabled EnableModsecurity bool `json:"enable-modsecurity"` - // EnableModsecurity enables the OWASP ModSecurity Core Rule Set (CRS) + // EnableOWASPCoreRules enables the OWASP ModSecurity Core Rule Set (CRS) // By default this is disabled EnableOWASPCoreRules bool `json:"enable-owasp-modsecurity-crs"`