Skip to content

Commit

Permalink
fix: pdb value mapping in redis-sentinel (#1136)
Browse files Browse the repository at this point in the history
Signed-off-by: Dariusch Ochlast <[email protected]>
  • Loading branch information
Dariusch authored Nov 18, 2024
1 parent 7953e53 commit 53b95a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/redis-sentinel/templates/redis-sentinel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ spec:
{{- end }}
{{- if .Values.pdb.enabled }}
pdb:
enabled: {{ .enabled }}
minAvailable: {{ .minAvailable }}
maxUnavailable: {{ .maxUnavailable }}
enabled: {{ .Values.pdb.enabled }}
minAvailable: {{ .Values.pdb.minAvailable }}
maxUnavailable: {{ .Values.pdb.maxUnavailable }}
{{- end }}
{{- with .Values.livenessProbe }}
livenessProbe:
Expand Down

0 comments on commit 53b95a0

Please sign in to comment.