Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#710 from spectrocloud/PCP-1027-rel
Browse files Browse the repository at this point in the history
[rel] PCP-1027: Remove continuously popping set attribute event
  • Loading branch information
jayesh-srivastava authored May 15, 2023
2 parents 73510fc + 404f486 commit d26a3c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cloud/services/network/vpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func (s *Service) reconcileVPC() error {
if err := s.scope.PatchObject(); err != nil {
return errors.Wrap(err, "failed to patch unmanaged VPC fields")
}
record.Eventf(s.scope.InfraCluster(), "SuccessfulSetVPCAttributes", "Set managed VPC attributes for %q", vpc.ID)
return nil
}

Expand Down

0 comments on commit d26a3c8

Please sign in to comment.