v2-dev
xiaojunnuo 2025-07-24 16:23:13 +08:00
parent 95715a007d
commit 6109798fab
1 changed files with 4 additions and 4 deletions

View File

@ -24,10 +24,10 @@ export class DeployCertToTencentTKEIngressPlugin extends AbstractTaskPlugin {
component: {
name: "a-select",
vModel: "value",
options: [{ value: "nginx", label: "TLS证书格式Nginx可用" }, {
value: "qcloud",
label: "Opaque格式CLB可用原qcloud"
}]
options: [
{ value: "nginx", label: "TLS证书格式Nginx可用" },
{ value: "qcloud",label: "Opaque格式CLB可用原qcloud"}
]
},
helper: "clb将部署Opaque类型的证书nginx类型将部署TLS证书格式",
required: true