diff --git a/controllers/nginx/pkg/config/config.go b/controllers/nginx/pkg/config/config.go index 72018d570..8c7b67758 100644 --- a/controllers/nginx/pkg/config/config.go +++ b/controllers/nginx/pkg/config/config.go @@ -78,11 +78,6 @@ const ( defaultLoadBalancerAlgorithm = "least_conn" ) -var ( - // SSLDirectory contains the mounted secrets with SSL certificates, keys and - SSLDirectory = "/etc/ingress-controller/ssl" -) - // Configuration represents the content of nginx.conf file type Configuration struct { defaults.Backend `json:",squash"`