Spec #
This is a top-level attribute of the pipeline spec.
{
"pipeline": {...},
"transform": {...},
"podPatch": string,
...
}Behavior #
podPatch is similar to podSpec but is applied as a JSON
Patch. Note, this means that the
process outlined above of modifying an existing pod spec and then manually
blanking unchanged fields wonβt work, youβll need to create a correctly
formatted patch by diffing the two pod specs.