Skip to content

Commit

Permalink
improve ray-cluster.external-redis.yaml (ray-project#986)
Browse files Browse the repository at this point in the history
improve ray-cluster.external-redis.yaml
  • Loading branch information
Yicheng-Lu-llll authored Mar 25, 2023
1 parent 009676a commit c9604f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ray-operator/config/samples/ray-cluster.external-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
block: "true"
# redis-password should match "requirepass" in redis.conf in the ConfigMap above.
# Ray 2.3.0 changes the default redis password from "5241590000000000" to "".
redis-password: $RAY_REDIS_PASSWORD
redis-password: $REDIS_PASSWORD
#pod template
template:
spec:
Expand All @@ -108,7 +108,7 @@ spec:
# RAY_REDIS_ADDRESS can force ray to use external redis
- name: RAY_REDIS_ADDRESS
value: redis:6379
- name: RAY_REDIS_PASSWORD
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: redis-password-secret
Expand Down

0 comments on commit c9604f5

Please sign in to comment.