Skip to content

Commit

Permalink
fix: pass no params during the installation of managed kafka addon (#…
Browse files Browse the repository at this point in the history
…1815)

👍
  • Loading branch information
dimakis authored Feb 22, 2023
1 parent 57f89b8 commit d08839f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/dedicated/register/registercluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ func registerClusterWithKasFleetManager(opts *options) error {
if err != nil {
return err
}
err = clustermgmt.CreateAddonWithParams(opts.f, opts.clusterManagementApiUrl, opts.accessToken, getStrimziAddonIdByEnv(con), response.FleetshardParameters, opts.selectedCluster.ID())
err = clustermgmt.CreateAddonWithParams(opts.f, opts.clusterManagementApiUrl, opts.accessToken, getStrimziAddonIdByEnv(con), nil, opts.selectedCluster.ID())
if err != nil {
return err
}
Expand Down

0 comments on commit d08839f

Please sign in to comment.