Commit b161d79
committed
Fix adapter-hypershift status report methods to use PUT
The HyperFleet API registers status endpoints with http.MethodPut, but
both adapter-hypershift and adapter-hypershift-nodepool task configs were
using POST. This would result in 405 Method Not Allowed when adapters
try to report HostedCluster or NodePool status back to the API.
The base adapter configs under helmfile/configs/base/ already use PUT
correctly; these two charts were missed because they are deployed
directly via helm rather than through helmfile.1 parent f2d847c commit b161d79
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- helm
- adapter-hypershift-nodepool
- adapter-hypershift
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments