fix: test kube config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
icechen 2022-01-10 23:55:12 +08:00
parent 26ace7cb68
commit e9a4a3925c

View File

@ -49,7 +49,7 @@ func GetOnlKubeConfigByNamespace(namespace string) KubeConfig {
// GetTestKubeConfigByNamespace 获取namespace的测试kube配置
func GetTestKubeConfigByNamespace(namespace string) KubeConfig {
return config.Kube[namespace].Onl
return config.Kube[namespace].Test
}
// GetRegistryConfig 获取镜像仓库配置