Inshaal Amjad

Results 3 comments of Inshaal Amjad

[This](https://github.com/phips28/gh-action-bump-version/issues/62) solved it for me

I am seeing the same issue with patching deployments. Using version `0.16.3` works but on the latest release (`0.18.1`) I cannot override the `content-type` header. I have tried following the...

> ```js > const headers = { 'Content-type': k8s.PatchUtils.PATCH_FORMAT_STRATEGIC_MERGE_PATCH }; > await appsApi.patchNamespacedDeployment(deploymentName, namespace, body, undefined, undefined, undefined, undefined, undefined, {headers}) > ``` This did work, thank you @noomz for...