Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
add missing tolerations
Browse files Browse the repository at this point in the history
  • Loading branch information
prksu committed Dec 11, 2023
1 parent 5ada4b2 commit 12542c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ spec:
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
{{- if .Values.tolerations }}
tolerations:
{{ toYaml .Values.tolerations | indent 8 }}
{{- end }}
{{- if .Values.nodeName }}
nodeName: {{ .Values.nodeName | quote }}
Expand Down

0 comments on commit 12542c9

Please sign in to comment.