Skip to content

Commit

Permalink
fix redis-sentinel selector role value
Browse files Browse the repository at this point in the history
Signed-off-by: whzghb <[email protected]>
  • Loading branch information
whzghb committed Oct 16, 2023
1 parent b800ff9 commit f2165c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/redis-sentinel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: redis-sentinel
description: Provides easy redis setup definitions for Kubernetes services, and deployment.
version: 0.15.9
version: 0.15.10
appVersion: "0.15.1"
home: https://github.com/ot-container-kit/redis-operator
sources:
Expand Down
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 f2165c6

Please sign in to comment.