Skip to content

Commit

Permalink
fix redis-sentinel selector role value (OT-CONTAINER-KIT#164)
Browse files Browse the repository at this point in the history
* fix redis-sentinel selector role value

Signed-off-by: whzghb <[email protected]>

* fix lints

Signed-off-by: Shubham Gupta <[email protected]>

* fix linl-2

Signed-off-by: Shubham Gupta <[email protected]>

---------

Signed-off-by: whzghb <[email protected]>
Signed-off-by: Shubham Gupta <[email protected]>
Co-authored-by: Shubham Gupta <[email protected]>
Signed-off-by: Sébastien HO <[email protected]>
  • Loading branch information
2 people authored and sho34215 committed Nov 28, 2023
1 parent eb37086 commit 3d45157
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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
12 changes: 6 additions & 6 deletions charts/redis-sentinel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ redisExporter:
# value: "value1"

initContainer:
enabled: false
enabled: false
image: ""
imagePullPolicy: "IfNotPresent"
resources: {}
Expand Down Expand Up @@ -108,7 +108,7 @@ podSecurityContext:
runAsUser: 1000
fsGroup: 1000

securityContext : {}
securityContext: {}

affinity: {}
# nodeAffinity:
Expand All @@ -126,7 +126,7 @@ tolerations: []
# value: "value"
# effect: "NoSchedule"

serviceAccountName : ""
serviceAccountName: ""

TLS:
ca: ca.key
Expand All @@ -135,10 +135,10 @@ TLS:
secret:
secretName: ""

acl :
secret :
acl:
secret:
secretName: ""

env : []
env: []
# - name: VAR_NAME
# value: "value1"

0 comments on commit 3d45157

Please sign in to comment.