Files
deprecated-helm-charts/stable/node-problem-detector/values.yaml
T
Max Williamsandk8s-ci-robot eb64333e57 Adding node-problem-detector stable chart (#7795)
* Adding node-problem-detector stable chart

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* adding .helmignore file

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* adding serviceaccount name helper and option

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* adding affinity option


updating helpers and labels....so many labels

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* add affinity option to readme

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* Fix readme and notes

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* Fixing references to serviceAccountName

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* Changing daemonset apiVersion to apps/v1

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* Fix note after labels have changed

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* Updating values.yaml to remove resources and change tollerations to list

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* Changing indentation of all list types to be like `helm create` example.

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* Updating readme with all options from values.yaml in alphabetical order

Signed-off-by: Max Williams <max.williams@deliveryhero.com>

* Changing API version requirement in readme


removing basic labels from helpers file

Signed-off-by: Max Williams <max.williams@deliveryhero.com>
2018-11-01 14:52:38 -07:00

31 lines
537 B
YAML

settings:
log_monitors:
- /config/kernel-monitor.json
- /config/docker-monitor.json
image:
repository: k8s.gcr.io/node-problem-detector
tag: v0.5.0
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: {}