Skip to content

Commit

Permalink
Add terminationGracePeriodSecounds to windows node template
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahQuinones committed Jun 11, 2024
1 parent cc0773a commit 866c546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/aws-ebs-csi-driver/templates/_node-windows.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ .Values.node.serviceAccount.name }}
terminationGracePeriodSeconds: {{ .Values.node.terminationGracePeriodSeconds }}
priorityClassName: {{ .Values.node.priorityClassName | default "system-node-critical" }}
tolerations:
{{- if .Values.node.tolerateAllTaints }}
Expand Down

0 comments on commit 866c546

Please sign in to comment.