Skip to content

Commit

Permalink
update trigger param
Browse files Browse the repository at this point in the history
  • Loading branch information
indresh-28 authored and vramk23 committed Nov 25, 2023
1 parent e788631 commit af3ab74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capten/agent/internal/crossplane/cluster_claims.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (h *ClusterClaimSyncHandler) updateManagedClusters(clusterCliams []model.Cl

if managedCluster.ClusterDeployStatus == clusterReadyStatus {
// call config-worker.
err = h.triggerClusterUpdates(clusterCliam.Metadata.Namespace, clusterCliam.Spec.Id)
err = h.triggerClusterUpdates(clusterCliam.Spec.Id, managedCluster.Id)
if err != nil {
h.log.Info("failed to update cluster endpoint information %v", err)
continue
Expand Down

0 comments on commit af3ab74

Please sign in to comment.