Only the staging overlay must change a Deployment’s readinessProbe path. Which Kustomize mechanism makes that surgical edit?
Select an answer to reveal the explanation.
Short Explanation
A patch is a sticky note on one paragraph of the city form—not a rewrite of the whole binder. Overlays pin a readinessProbe tweak to the right Deployment and leave the base alone.
Full Explanation
Kustomize patches (strategic merge or JSON6902) apply focused field changes to selected resources. That is the correct tool for environment-specific probe edits. Labels and name suffixes do not alter probe paths, and Helm uninstall is not a Kustomize patch mechanism.