Skip to content

Commit

Permalink
fix for UID
Browse files Browse the repository at this point in the history
  • Loading branch information
saamalik committed May 3, 2021
1 parent 898edf2 commit 6f096ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/cluster_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (h *V1alpha1Client) UpdateClusterProfile(clusterProfile *models.V1alpha1Clu
return nil
}


uid := clusterProfile.Metadata.UID
params := clusterC.NewV1alpha1ClusterProfilesUpdateParamsWithContext(h.ctx).WithUID(uid).WithBody(clusterProfile)
_, err = client.V1alpha1ClusterProfilesUpdate(params)
return err
Expand Down

0 comments on commit 6f096ba

Please sign in to comment.