mirror of https://github.com/certd/certd
refactor: tke ingress 内网配置
parent
f68565f444
commit
9ec48f6ab8
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue