File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77 // Use as container env variable
88 RAY_REDIS_ADDRESS = "RAY_REDIS_ADDRESS"
9-
9+ REDIS_PASSWORD = "REDIS_PASSWORD"
1010 // Ray GCS FT related annotations
1111 RayFTEnabledAnnotationKey = "ray.io/ft-enabled"
1212)
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ const (
100100 RAY_PORT = "RAY_PORT"
101101 RAY_ADDRESS = "RAY_ADDRESS"
102102 RAY_REDIS_ADDRESS = rayv1 .RAY_REDIS_ADDRESS
103- REDIS_PASSWORD = " REDIS_PASSWORD"
103+ REDIS_PASSWORD = rayv1 . REDIS_PASSWORD
104104 RAY_DASHBOARD_ENABLE_K8S_DISK_USAGE = "RAY_DASHBOARD_ENABLE_K8S_DISK_USAGE"
105105 RAY_EXTERNAL_STORAGE_NS = "RAY_external_storage_namespace"
106106 RAY_GCS_RPC_SERVER_RECONNECT_TIMEOUT_S = "RAY_gcs_rpc_server_reconnect_timeout_s"
You can’t perform that action at this time.
0 commit comments