Fix chain completion and default certificate flag issues (#1978)
This commit is contained in:
parent
5dc261dd9c
commit
444a56c001
3 changed files with 24 additions and 11 deletions
|
|
@ -118,11 +118,13 @@ func NewNGINXController(config *Configuration, fs file.Filesystem) *NGINXControl
|
|||
Proxy: &TCPProxy{},
|
||||
}
|
||||
|
||||
n.store = store.New(true,
|
||||
n.store = store.New(
|
||||
config.EnableSSLChainCompletion,
|
||||
config.Namespace,
|
||||
config.ConfigMapName,
|
||||
config.TCPConfigMapName,
|
||||
config.UDPConfigMapName,
|
||||
config.DefaultSSLCertificate,
|
||||
config.ResyncPeriod,
|
||||
config.Client,
|
||||
fs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue