This commit is contained in:
zeaslity
2025-05-15 10:32:46 +08:00
parent 92d0f10933
commit dbb45c553b
22 changed files with 23771 additions and 23463 deletions

View File

@@ -203,6 +203,11 @@ func (op *CmiiK8sOperator) changeOperatorEnv(cmiiEnv string) {
if strings.Contains(cmiiEnv, "demo") {
op.CurrentNamespace = config.Demo
// 2025年4月7日 特殊情况
log.Info("2025年4月7日 特殊情况 demo现在在DEV环境")
op.CurrentClient = op.DevClient
return
}
if strings.Contains(cmiiEnv, "uavms") {