fix: test kube config
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-10 23:55:12 +08:00
parent 26ace7cb68
commit e9a4a3925c
+1 -1
View File
@@ -49,7 +49,7 @@ func GetOnlKubeConfigByNamespace(namespace string) KubeConfig {
// GetTestKubeConfigByNamespace 获取namespace的测试kube配置 // GetTestKubeConfigByNamespace 获取namespace的测试kube配置
func GetTestKubeConfigByNamespace(namespace string) KubeConfig { func GetTestKubeConfigByNamespace(namespace string) KubeConfig {
return config.Kube[namespace].Onl return config.Kube[namespace].Test
} }
// GetRegistryConfig 获取镜像仓库配置 // GetRegistryConfig 获取镜像仓库配置