mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user