Unexpected behaviour with strategic merge patch #5874
Labels
needs-kind
Indicates a PR lacks a `kind/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Uh oh!
There was an error while loading. Please reload this page.
When performing a $patch: delete I am getting unexpected behaviour.
api deployment config:
kustomization.yaml
When I am doing this, I am getting the container with name: memcached removed but when I change the kustomization.yaml with
It is deleting both the container
output for 2nd kustomization.yaml
both image: memcached and name: memcached can be used to match, if not how are both the containers being removed?
The text was updated successfully, but these errors were encountered: