From 866c5462a549d9a01c6c9d1947b936d30dae5357 Mon Sep 17 00:00:00 2001 From: elijah quinones Date: Tue, 11 Jun 2024 16:18:17 +0000 Subject: [PATCH] Add terminationGracePeriodSecounds to windows node template --- charts/aws-ebs-csi-driver/templates/_node-windows.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/aws-ebs-csi-driver/templates/_node-windows.tpl b/charts/aws-ebs-csi-driver/templates/_node-windows.tpl index af913b7c8e..76ab90fd16 100644 --- a/charts/aws-ebs-csi-driver/templates/_node-windows.tpl +++ b/charts/aws-ebs-csi-driver/templates/_node-windows.tpl @@ -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 }}