Skip to content

Commit

Permalink
fix: fix custom resource update, issue TencentBlueKing#269
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperJim committed Dec 2, 2019
1 parent 464db63 commit fcc1202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (bs *bcsScheduler) UpdateCustomResourceDefinition(clusterID, name string, d
reqURL := fmt.Sprintf("%s/%s", preURL, name)
resp, err := bs.requester.DoForResponse(
reqURL,
http.MethodPost,
http.MethodPut,
data,
getClusterIDHeader(clusterID),
)
Expand Down

0 comments on commit fcc1202

Please sign in to comment.