fix comments

Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
This commit is contained in:
楚岳
2022-08-10 17:15:49 +08:00
parent ba973b722c
commit 1910d643c8
-1
View File
@@ -83,7 +83,6 @@ func ApplyMockServerConfig() error {
if !apierrors.IsAlreadyExists(err) {
return err
}
return err
}
otherRegistry.SetNamespace("test-vela")
if err := k8sClient.Create(ctx, otherRegistry); err != nil {