Skip to content

Commit

Permalink
fix ns check
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Szwaj <[email protected]>
  • Loading branch information
cnvergence committed Jul 19, 2024
1 parent 2408ace commit 58a4b80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ func (c *Controller) handleAddNamespace(key string) error {
} else if namespace.Annotations[util.LogicalSwitchAnnotation] == strings.Join(lss, ",") &&
namespace.Annotations[util.CidrAnnotation] == strings.Join(cidrs, ";") &&
namespace.Annotations[util.ExcludeIpsAnnotation] == strings.Join(excludeIps, ";") &&
namespace.Annotations[util.DefaultVPCSubnetAnnotation] == ds &&
namespace.Annotations[util.IPPoolAnnotation] == ippool {
return nil
}
Expand Down

0 comments on commit 58a4b80

Please sign in to comment.