Skip to content

Commit

Permalink
fixed function that was renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed May 13, 2024
1 parent 05f10ac commit b184b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ examples/**/vendor/
examples/**/test/
/test
.devspace/
.DS_Store
.DS_Store
e2e/test_plugin/test_plugin
2 changes: 1 addition & 1 deletion plugin/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (m *manager) InitWithOptions(options Options) (*synccontext.RegisterContext
virtualClusterConfig.Plugins = map[string]config2.Plugins{}

// init virtual cluster config
err = setup.InitConfig(virtualClusterConfig)
err = setup.InitAndValidateConfig(ctx, virtualClusterConfig)
if err != nil {
return nil, fmt.Errorf("init config: %w", err)
}
Expand Down

0 comments on commit b184b6c

Please sign in to comment.