refactor: tke ingress 内网配置

master
xiaojunnuo 2021-01-08 15:06:49 +08:00
parent f68565f444
commit 9ec48f6ab8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ describe('DeployCertToTencentTKEIngress', function () {
// }) // })
// //
it('#getTKESecrets', async function () { it('#getTKESecrets', async function () {
this.timeout(5000) this.timeout(50000)
const { options, deployOpts } = await getOptions() const { options, deployOpts } = await getOptions()
const plugin = new DeployCertToTencentTKEIngress(options) const plugin = new DeployCertToTencentTKEIngress(options)
const tkeClient = plugin.getTkeClient(options.accessProviders[deployOpts.props.accessProvider], deployOpts.props.region) const tkeClient = plugin.getTkeClient(options.accessProviders[deployOpts.props.accessProvider], deployOpts.props.region)