mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* use configmap Signed-off-by: Hai Hui Wang <haihwang@cn.ibm.com> * update version Signed-off-by: Hai Hui Wang <haihwang@cn.ibm.com>
34 lines
552 B
YAML
34 lines
552 B
YAML
settings:
|
|
log_monitors:
|
|
- kernel-monitor.json
|
|
- docker-monitor.json
|
|
|
|
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: {}
|