Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add
kuberay-
name prefix to validating webhook Service
and ValidatingWebhookConfiguration so they have more specific names of `kuberay-webhook-service` and `kuberay-validating-webhook-configuration` instead of the generic `webhook-service` and `validating-webhook-configuration`, respectively. The Service is in the `ray-system` namespace so it's unlikely to conflict with another Service's name in this namespace. But `ValidatingWebhookConfigurations` are cluster-scoped, so it's likely to conflict with another one that's also named `validating-webhook-configuration`.
- Loading branch information