We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c4cd7 commit d61ba78Copy full SHA for d61ba78
2 files changed
helm/adapter-hypershift-nodepool/adapter-task-config.yaml
@@ -206,7 +206,7 @@ post:
206
post_actions:
207
- name: "reportNodepoolStatus"
208
api_call:
209
- method: "POST"
+ method: "PUT"
210
url: "/clusters/{{ .clusterId }}/nodepools/{{ .nodepoolId }}/statuses"
211
headers:
212
- name: "Content-Type"
helm/adapter-hypershift/adapter-task-config.yaml
@@ -195,7 +195,7 @@ post:
195
196
- name: "reportClusterStatus"
197
198
199
url: "/clusters/{{ .clusterId }}/statuses"
200
201
0 commit comments