Skip to content

Commit

Permalink
terminationGracePeriodSeconds is part of the podSpec not container (h…
Browse files Browse the repository at this point in the history
…elm#11080)

Signed-off-by: Mike Tougeron <[email protected]>
  • Loading branch information
mtougeron authored and k8s-ci-robot committed Feb 4, 2019
1 parent 19c1b41 commit 153b7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/node-problem-detector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: node-problem-detector
version: "1.3.0"
version: "1.3.1"
appVersion: v0.6.1
home: https://github.com/kubernetes/node-problem-detector
description: Installs the node-problem-detector daemonset for monitoring extra attributes on nodes
Expand Down
2 changes: 1 addition & 1 deletion stable/node-problem-detector/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
spec:
serviceAccountName: {{ template "node-problem-detector.serviceAccountName" . }}
hostNetwork: {{ .Values.hostNetwork }}
terminationGracePeriodSeconds: 30
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
Expand All @@ -50,7 +51,6 @@ spec:
- name: custom-config
mountPath: /custom-config
readOnly: true
terminationGracePeriodSeconds: 30
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- with .Values.affinity }}
Expand Down

0 comments on commit 153b7c3

Please sign in to comment.