Skip to content

Commit d61ba78

Browse files
committed
fix adapter-hypershift status methods
1 parent 68c4cd7 commit d61ba78

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helm/adapter-hypershift-nodepool/adapter-task-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ post:
206206
post_actions:
207207
- name: "reportNodepoolStatus"
208208
api_call:
209-
method: "POST"
209+
method: "PUT"
210210
url: "/clusters/{{ .clusterId }}/nodepools/{{ .nodepoolId }}/statuses"
211211
headers:
212212
- name: "Content-Type"

helm/adapter-hypershift/adapter-task-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ post:
195195
post_actions:
196196
- name: "reportClusterStatus"
197197
api_call:
198-
method: "POST"
198+
method: "PUT"
199199
url: "/clusters/{{ .clusterId }}/statuses"
200200
headers:
201201
- name: "Content-Type"

0 commit comments

Comments
 (0)