Can someone explain 'patchesStrategicMerge'
I see patchesStrategicMerge in my kustomization.yaml file, but not getting it clearly, like whats its need or why we require that? kustomization.yaml resources: - a.yaml patchesStrategicMerge: - b.yaml - c.yaml I went through this: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/#customizing and https://github.com/kubernetes/communit