mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
fixed typo in kuber yaml (#4582)
This commit is contained in:
parent
915486984a
commit
7f23e8431b
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ spec:
|
|||
spec:
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
requiredDuringSchedulingIgnoreDuringExecution:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
- labelSelector:
|
||||
matchLabels:
|
||||
type: ray
|
||||
|
|
|
@ -40,7 +40,7 @@ spec:
|
|||
spec:
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
requiredDuringSchedulingIgnoreDuringExecution:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
- labelSelector:
|
||||
matchLabels:
|
||||
type: ray
|
||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
requiredDuringSchedulingIgnoreDuringExecution:
|
||||
requiredDuringSchedulingIgnoredDuringExecution:
|
||||
- labelSelector:
|
||||
matchLabels:
|
||||
type: ray
|
||||
|
|
Loading…
Add table
Reference in a new issue