[stable/node-problem-detector] Update the daemonset template volume mount to use hostpath.logdir variable (#21761)

* update the daemonset volume mount to use hostpath.logdir variable

Signed-off-by: JaMile Jackson <jamile.jackson@nielsen.com>

* update README

Signed-off-by: JaMile Jackson <jamile.jackson@nielsen.com>

* bump version

Signed-off-by: JaMile Jackson <jamile.jackson@nielsen.com>
This commit is contained in:
JaMile Jackson
2020-04-07 00:43:46 -07:00
committed by GitHub
parent 2c569219d3
commit c7230bbad8
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: node-problem-detector
version: "1.7.1"
version: "1.7.2"
appVersion: v0.8.1
home: https://github.com/kubernetes/node-problem-detector
description: Installs the node-problem-detector daemonset for monitoring extra attributes on nodes
+1
View File
@@ -42,6 +42,7 @@ The following table lists the configurable parameters for this chart and their d
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.repository` | Image | `k8s.gcr.io/node-problem-detector` |
| `image.tag` | Image tag | `v0.6.3` |
| `hostpath.logdir` | Log directory path on K8s host | `/var/log`
| `nameOverride` | Override the name of the chart | `nil` |
| `rbac.create` | RBAC | `true` |
| `rbac.pspEnabled` | PodSecuritypolicy | `false` |
@@ -55,7 +55,7 @@ spec:
{{- end }}
volumeMounts:
- name: log
mountPath: /var/log
mountPath: {{ .Values.hostpath.logdir }}
- name: localtime
mountPath: /etc/localtime
readOnly: true