Skip to content

Commit

Permalink
Fix error with tolerations tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sho34215 committed Nov 24, 2023
1 parent c54e65c commit 1dcd267
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/redis-operator/templates/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spec:
{{- with .Values.nodeSelector }}
nodeSelector: {{ toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 8 }}
{{- end }}
{{- if .Values.priorityClassName}}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
Expand Down

0 comments on commit 1dcd267

Please sign in to comment.