Skip to content

Commit 896efe6

Browse files
authored
fix: set virtual service method fix
fix: set virtual service method fix
2 parents 17b58d5 + 6aaf355 commit 896efe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1alpha1/virtualservice_methods.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (vs *VirtualService) SetValidWithUsedSecrets(ctx context.Context, cl client
5555
}
5656

5757
vs.Status.Message = msg
58-
vs.Status.Valid = false
58+
vs.Status.Valid = true
5959

6060
return cl.Status().Update(ctx, vs.DeepCopy())
6161
}

0 commit comments

Comments
 (0)