I have a Daemonset installed and configured in a cluster by other tool, and I need to patch it using qbec show output.
I created components/patch.jsonnet, however
qbec show stage -c patch
gives an error:
✘ extract objects: non-kubernetes object found while evaluating path "$[0].op"
It would be valuable to have a way to process jsonnet json patch files and use them for patches, something like this:
I have a Daemonset installed and configured in a cluster by other tool, and I need to patch it using qbec show output. I created components/patch.jsonnet, however
qbec show stage -c patch
gives an error:✘ extract objects: non-kubernetes object found while evaluating path "$[0].op"
It would be valuable to have a way to process jsonnet json patch files and use them for patches, something like this:
This is simplified json patch example: