From f4da971b86f379b857cfad77f70781418c2f5eb6 Mon Sep 17 00:00:00 2001 From: caiyixiang Date: Tue, 2 May 2017 17:24:01 +0800 Subject: [PATCH] nginx/pkg/config: delete unuseful variable --- controllers/nginx/pkg/config/config.go | 5 ----- 1 file changed, 5 deletions(-) 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"`