Skip to content

Commit

Permalink
Added terminationGracePeriodSeconds as a helm parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahQuinones committed Jun 11, 2024
1 parent 86bde20 commit 28cb3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/aws-ebs-csi-driver/templates/_node.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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
1 change: 1 addition & 0 deletions charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ node:
podAnnotations: {}
podLabels: {}
tolerateAllTaints: true
terminationGracePeriodSeconds: 30
tolerations:
- operator: Exists
effect: NoExecute
Expand Down

0 comments on commit 28cb3c2

Please sign in to comment.