Merge pull request 'dev' (#397) from dev into master
Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/397
This commit is contained in:
@@ -69,7 +69,7 @@ steps:
|
||||
# 将deployment中定义的变量替换为drone中的内置变量
|
||||
- cat deployment.yml
|
||||
# 通过kubectl指令运行deployment.yml,并指定授权文件kubectl_conf.yml
|
||||
- kubectl apply -f deployment.yml -n pro --kubeconfig=/app/config/tunnel-cloud-config.yml
|
||||
- kubectl --insecure-skip-tls-verify=true apply -f deployment.yml -n pro --kubeconfig=/app/config/tunnel-cloud-new.yaml
|
||||
|
||||
volumes:
|
||||
- name: build
|
||||
|
||||
@@ -543,6 +543,17 @@ getList()
|
||||
.el-input{
|
||||
width: 570px!important;
|
||||
}
|
||||
.el-select__suffix{
|
||||
.el-icon{
|
||||
width: 3em!important;
|
||||
height: 3em!important;
|
||||
color: #fff!important;
|
||||
svg{
|
||||
width: 3em!important;
|
||||
height: 3em!important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.el-input__suffix-inner{
|
||||
.el-icon{
|
||||
width: 3em!important;
|
||||
|
||||
Reference in New Issue
Block a user