Skip to content

Commit

Permalink
fix redis-sentinel selector role value
Browse files Browse the repository at this point in the history
  • Loading branch information
whzghb committed Oct 16, 2023
1 parent b800ff9 commit 729469f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/redis-sentinel/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
selector:
app: {{ .Release.Name }}
redis_setup_type: sentinel
role: sentinle
role: sentinel
ports:
- protocol: TCP
port: {{ .Values.externalService.port }}
Expand Down

0 comments on commit 729469f

Please sign in to comment.