Skip to content

Commit

Permalink
Replace instances of default with ray-system
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaoleary committed Mar 15, 2024
1 parent a93fd6b commit eaba425
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions applications/ray/kuberay-tpu-webhook/certs/cert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ metadata:
spec:
secretName: kuberay-tpu-webhook-certs
dnsNames:
- kuberay-tpu-webhook.default.svc
- kuberay-tpu-webhook.default.svc.cluster.local
- kuberay-tpu-webhook.ray-system.svc
- kuberay-tpu-webhook.ray-system.svc.cluster.local
issuerRef:
name: selfsigned-issuer
secretTemplate:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
cert-manager.io/inject-ca-from: ray-system/kuberay-tpu-webhook-certs
webhooks:
- name: kuberay-tpu-webhook.default.svc
- name: kuberay-tpu-webhook.ray-system.svc
admissionReviewVersions: [v1]
sideEffects: NoneOnDryRun
namespaceSelector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
cert-manager.io/inject-ca-from: ray-system/kuberay-tpu-webhook-certs
webhooks:
- name: pods-kuberay-tpu-webhook.default.svc
- name: pods-kuberay-tpu-webhook.ray-system.svc
admissionReviewVersions: [v1]
sideEffects: NoneOnDryRun
namespaceSelector:
Expand All @@ -29,7 +29,7 @@ webhooks:
objectSelector:
matchLabels:
app.kubernetes.io/name: kuberay
- name: raycluster-kuberay-tpu-webhook.default.svc
- name: raycluster-kuberay-tpu-webhook.ray-system.svc
admissionReviewVersions: [v1]
sideEffects: NoneOnDryRun
namespaceSelector:
Expand Down

0 comments on commit eaba425

Please sign in to comment.