Skip to content

Commit 53b95a0

Browse files
authored
fix: pdb value mapping in redis-sentinel (#1136)
Signed-off-by: Dariusch Ochlast <dariusch.ochlast@gmail.com>
1 parent 7953e53 commit 53b95a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/redis-sentinel/templates/redis-sentinel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ spec:
8989
{{- end }}
9090
{{- if .Values.pdb.enabled }}
9191
pdb:
92-
enabled: {{ .enabled }}
93-
minAvailable: {{ .minAvailable }}
94-
maxUnavailable: {{ .maxUnavailable }}
92+
enabled: {{ .Values.pdb.enabled }}
93+
minAvailable: {{ .Values.pdb.minAvailable }}
94+
maxUnavailable: {{ .Values.pdb.maxUnavailable }}
9595
{{- end }}
9696
{{- with .Values.livenessProbe }}
9797
livenessProbe:

0 commit comments

Comments
 (0)