Skip to content

Commit

Permalink
Fix for default external network. (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Oct 13, 2020
1 parent 37f2c4c commit 4176a5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/controller/controlplane/valuesprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -765,9 +765,9 @@ func getCCMChartValues(
break
}
}
if defaultExternalNetwork == "" {
return nil, fmt.Errorf("unable to find a default external network for metal-ccm deployment")
}
}
if defaultExternalNetwork == "" {
return nil, fmt.Errorf("unable to find a default external network for metal-ccm deployment")
}
}

Expand Down

0 comments on commit 4176a5d

Please sign in to comment.