diff --git a/charts/redis-cluster/templates/_helpers.tpl b/charts/redis-cluster/templates/_helpers.tpl index 7ca79dbd..66e82e7e 100644 --- a/charts/redis-cluster/templates/_helpers.tpl +++ b/charts/redis-cluster/templates/_helpers.tpl @@ -31,6 +31,10 @@ pdb: nodeSelector: {{- toYaml .nodeSelector | nindent 4 }} {{- end }} +{{- if .tolerations }} +tolerations: + {{- toYaml .tolerations | nindent 4 }} +{{- end }} {{- end -}} {{/* Generate sidecar properties */}}