fix(系统设置): K8S 资源池上的 api image 设置成非必填

This commit is contained in:
Captain.B 2021-07-21 19:25:09 +08:00 committed by 刘瑞斌
parent 7e635552e4
commit 2c16f3f845
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ export default {
this.infoList.forEach(info => {
for (let key in info) {
//
if (key === 'nodeSelector') {
if (key === 'nodeSelector' || key === 'apiImage') {
continue;
}
if (info[key] != '0' && !info[key]) {