mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
already exist is fine (#1979)
This commit is contained in:
@@ -1729,7 +1729,7 @@ spec:
|
||||
}
|
||||
rolloutTrait.SetNamespace(ns.Name)
|
||||
Expect(k8sClient.Create(ctx, &ns)).Should(BeNil())
|
||||
Expect(k8sClient.Create(ctx, rolloutTrait)).Should(BeNil())
|
||||
Expect(k8sClient.Create(ctx, rolloutTrait)).Should(SatisfyAny(BeNil(), &util.AlreadyExistMatcher{}))
|
||||
app := &v1beta1.Application{
|
||||
TypeMeta: metav1.TypeMeta{
|
||||
Kind: "Application",
|
||||
|
||||
Reference in New Issue
Block a user