mirror of
https://github.com/certd/certd.git
synced 2026-07-09 14:17:37 +08:00
chore: 1
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { useMounted } from "/@/use/use-mounted";
|
|
||||||
import { onActivated, onMounted } from "vue";
|
import { onActivated, onMounted } from "vue";
|
||||||
import { useMounted } from "/@/use/use-mounted";
|
import { useMounted } from "/@/use/use-mounted";
|
||||||
import { useFs } from "@fast-crud/fast-crud";
|
import { useFs } from "@fast-crud/fast-crud";
|
||||||
|
|||||||
@@ -6,7 +6,8 @@ name: VolcengineDeployToVKE
|
|||||||
title: 火山引擎-替换VKE证书
|
title: 火山引擎-替换VKE证书
|
||||||
icon: svg:icon-volcengine
|
icon: svg:icon-volcengine
|
||||||
group: volcengine
|
group: volcengine
|
||||||
desc: 将证书上传至火山引擎证书中心后,通过 cert_center 方式替换VKE集群中的Secret
|
desc: 替换火山引擎VKE集群中的TLS Secret证书
|
||||||
|
needPlus: true
|
||||||
input:
|
input:
|
||||||
cert:
|
cert:
|
||||||
title: 域名证书
|
title: 域名证书
|
||||||
@@ -15,7 +16,7 @@ input:
|
|||||||
name: output-selector
|
name: output-selector
|
||||||
from:
|
from:
|
||||||
- ':cert:'
|
- ':cert:'
|
||||||
- 'VolcengineUploadToCertCenter'
|
- VolcengineUploadToCertCenter
|
||||||
required: true
|
required: true
|
||||||
order: 0
|
order: 0
|
||||||
certDomains:
|
certDomains:
|
||||||
@@ -119,11 +120,11 @@ input:
|
|||||||
component:
|
component:
|
||||||
name: a-select
|
name: a-select
|
||||||
options:
|
options:
|
||||||
- label: 按Ingress替换
|
|
||||||
value: ingress
|
|
||||||
- label: 按Secret替换
|
- label: 按Secret替换
|
||||||
value: secret
|
value: secret
|
||||||
value: ingress
|
- label: 按Ingress替换
|
||||||
|
value: ingress
|
||||||
|
value: secret
|
||||||
required: true
|
required: true
|
||||||
order: 0
|
order: 0
|
||||||
ingressName:
|
ingressName:
|
||||||
@@ -169,7 +170,6 @@ input:
|
|||||||
}
|
}
|
||||||
|
|
||||||
order: 0
|
order: 0
|
||||||
|
|
||||||
createOnNotFound:
|
createOnNotFound:
|
||||||
title: Secret自动创建
|
title: Secret自动创建
|
||||||
helper: 如果Secret不存在,则创建Opaque类型Secret
|
helper: 如果Secret不存在,则创建Opaque类型Secret
|
||||||
|
|||||||
Reference in New Issue
Block a user