mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 06:25:20 +00:00
MutatingWebhookConfig may have similar dependencies as the ValidatingWebhookConfig. eg. a k8s cluster service. Therefore, it should be ordered last as well. This PR preserves the implicit ordering between CustomResources and the webhook while introducing a relative order between the two webhooks. i.e. MutatingWebhook should be created prior to the ValidatingWebhook The change is an enhancement of #1104