mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 04:23:03 +08:00
[autoscaler] Fix ingress manifest bug (#10536)
This commit is contained in:
@@ -179,5 +179,5 @@ def _add_service_name_to_service_port(spec, svc_name):
|
||||
|
||||
elif isinstance(spec, str):
|
||||
if "${RAY_POD_NAME}" in spec:
|
||||
spec.replace("${RAY_POD_NAME}", svc_name)
|
||||
spec = spec.replace("${RAY_POD_NAME}", svc_name)
|
||||
return spec
|
||||
|
||||
Reference in New Issue
Block a user