Skip to content

Commit

Permalink
Fixed metallb#2173
Browse files Browse the repository at this point in the history
  • Loading branch information
shimritproj committed Dec 11, 2023
1 parent 7248649 commit abe1677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (v *validator) Validate(resources ...client.ObjectList) error {
return err
}

func resetfields(clusterResources ClusterResources) (ClusterResources){
func resetfields(clusterResources ClusterResources) ClusterResources{
for i := range (clusterResources.Peers) {
clusterResources.Peers[i].Spec.BFDProfile = ""
clusterResources.Peers[i].Spec.PasswordSecret.Name = ""
Expand Down

0 comments on commit abe1677

Please sign in to comment.