Skip to content

Commit 5947141

Browse files
committed
chore(redis-sentinel): rename redis-sentinel-proxy
1 parent 2789ed3 commit 5947141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/redis/7.0/chart/redis/templates/sentinel/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ spec:
461461
- -ec
462462
- |
463463
[[ -f "$REDIS_PASSWORD_FILE" ]] && export REDIS_PASSWORD="$(< "${REDIS_PASSWORD_FILE}")"
464-
/opt/drycc/redis-sentinel/bin/reids-sentinel-proxy \
464+
/opt/drycc/redis-sentinel/bin/redis-sentinel-proxy \
465465
-listen :{{ .Values.proxy.containerPorts.proxy }} \
466466
-master {{ .Values.sentinel.masterSet }} \
467467
-sentinel-addr ${POD_IP}:{{ .Values.sentinel.containerPorts.sentinel }} \

0 commit comments

Comments
 (0)