Skip to content

Commit

Permalink
Added .tolerations on _helpers.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
raulpuente committed Oct 7, 2023
1 parent 55f12b4 commit d148cb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/redis-cluster/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ pdb:
nodeSelector:
{{- toYaml .nodeSelector | nindent 4 }}
{{- end }}
{{- if .tolerations }}
tolerations:
{{- toYaml .tolerations | nindent 4 }}
{{- end }}
{{- end -}}

{{/* Generate sidecar properties */}}
Expand Down

0 comments on commit d148cb1

Please sign in to comment.