Skip to content

Commit

Permalink
chore: add kuberay- name prefix to validating webhook Service
Browse files Browse the repository at this point in the history
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
davidxia committed Dec 11, 2023
1 parent 84f7368 commit f6d6f34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ray-operator/config/webhook/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ resources:
- manifests.yaml
- service.yaml

namePrefix: kuberay-

configurations:
- kustomizeconfig.yaml

Expand Down

0 comments on commit f6d6f34

Please sign in to comment.