Mayank Chutani
Results
1
issues of
Mayank Chutani
I want to patch an `Ingress` and can't figure out how. Here's how my code looks like: ``` const patchList = [ { "op": "replace", "path": "/spec/rules/0/host", "value": domain },...