mirror of
https://github.com/helm/charts.git
synced 2026-08-22 13:57:51 +00:00
* [stable/node-problem-detector] adds --custom-plugin-monitors flag Signed-off-by: Joy Bhattacherjee <joyb@hotstar.com> * [stable/node-problem-detector] adds documentation custom_plugin_monitor Signed-off-by: Joy Bhattacherjee <joyb@hotstar.com> * [stable/node-problem-detector] updates readme with correct default value for custompluginmonitor Signed-off-by: Joy Bhattacherjee <joyb@hotstar.com> * [stable/node-problem-detector] updates chart version to 1.1.3 Signed-off-by: Joy Bhattacherjee <joyb@hotstar.com>
35 lines
581 B
YAML
35 lines
581 B
YAML
settings:
|
|
log_monitors:
|
|
- kernel-monitor.json
|
|
- docker-monitor.json
|
|
custom_plugin_monitors: []
|
|
|
|
hostpath:
|
|
logdir: /var/log/
|
|
|
|
image:
|
|
repository: k8s.gcr.io/node-problem-detector
|
|
tag: v0.6.1
|
|
pullPolicy: IfNotPresent
|
|
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
rbac:
|
|
create: true
|
|
|
|
resources: {}
|
|
|
|
annotations: {}
|
|
|
|
tolerations: []
|
|
|
|
serviceAccount:
|
|
# Specifies whether a ServiceAccount should be created
|
|
create: true
|
|
# The name of the ServiceAccount to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name:
|
|
|
|
affinity: {}
|