mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
refactor: tke ingress 内网配置
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user