Skip to content

Commit

Permalink
fix backport (#3697)
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <zhangbingbing2_yewu@cmss.chinamobile.com>
  • Loading branch information
bobz965 committed Feb 5, 2024
1 parent 50b6506 commit f9c80e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/controller.go
Expand Up @@ -1093,7 +1093,7 @@ func (c *Controller) initResourceOnce() {
util.LogFatalAndExit(err, "failed to initialize 'deny_all' security group")
}

if err := c.syncVpcNatGatewayCR(); err != nil {
if err := c.initSyncCrdVpcNatGw(); err != nil {
util.LogFatalAndExit(err, "failed to sync crd vpc nat gateways")
}

Expand Down

0 comments on commit f9c80e1

Please sign in to comment.