We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69a5f28 + 7a662a0 commit 6a142b0Copy full SHA for 6a142b0
packages/kubernetes-client/src/fetch/client.ts
@@ -144,7 +144,7 @@ export class FetchClient implements Client {
144
body: body,
145
method: method,
146
headers: {
147
- 'Content-Type': method === 'PATCH' ? 'application/strategic-merge-patch+json' : 'application/json',
+ 'Content-Type': method === 'PATCH' ? 'application/merge-patch+json' : 'application/json',
148
},
149
}
150
const initWithAuth = this.authorizer.applyAuthorization(init)
0 commit comments