mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:22:39 +08:00
[kubernetes][operator][minutiae] Backwards compatibility of operator (#13623)
This commit is contained in:
@@ -95,4 +95,4 @@ def get_cluster_owner_reference(
|
||||
|
||||
def translate(configuration: Dict[str, Any],
|
||||
dictionary: Dict[str, str]) -> Dict[str, Any]:
|
||||
return {dictionary[field]: configuration[field] for field in configuration}
|
||||
return {dictionary[field]: configuration[field] for field in dictionary}
|
||||
|
||||
Reference in New Issue
Block a user