What is the difference between patches vs patchesJson6902 in Kustomize
The explanation for this is here. To summarize, patchJson6902 is an older keyword which can only match one resource via target (no wildcards), and accepts only Group-version-kind (GVK), namespace, and name. The patches directive is newer and accepts more elements (annotation selector and label selector as well). In addition, namespace and name can be regexes. … Read more