Merge pull request #680 from caiyixiang/del_unuse_var

nginx/pkg/config: delete unuseful variable
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-05-04 06:35:50 -03:00 committed by GitHub
commit bf5610d46d

View file

@ -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"`