Skip to content

Commit

Permalink
Fix update network description
Browse files Browse the repository at this point in the history
Signed-off-by: futuretea <[email protected]>
  • Loading branch information
futuretea authored and chrisho committed Dec 14, 2022
1 parent b56c39d commit 698434b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/provider/network/resource_network_constructor.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ func (c *Constructor) Setup() util.Processors {
if _, err = networkutils.NewLayer3NetworkConf(layer3NetworkConf); err != nil {
return err
}
c.Network.Annotations = map[string]string{
networkutils.KeyNetworkConf: layer3NetworkConf,
}
c.Network.Annotations[networkutils.KeyNetworkConf] = layer3NetworkConf
return nil
},
Required: true,
Expand Down

0 comments on commit 698434b

Please sign in to comment.