mirror of
https://github.com/helm/charts.git
synced 2026-08-22 13:57:51 +00:00
* 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>
20 lines
635 B
YAML
20 lines
635 B
YAML
name: node-problem-detector
|
|
version: "1.0"
|
|
appVersion: v0.5.0
|
|
home: https://github.com/kubernetes/node-problem-detector
|
|
description: Installs the node-problem-detector daemonset for monitoring extra attributes on nodes
|
|
icon: https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png
|
|
keywords:
|
|
- node
|
|
- problem
|
|
- detector
|
|
- monitoring
|
|
sources:
|
|
- https://github.com/kubernetes/charts/stable/node-problem-detector
|
|
- https://github.com/kubernetes/node-problem-detector
|
|
- https://kubernetes.io/docs/concepts/architecture/nodes/#condition
|
|
maintainers:
|
|
- name: max-rocket-internet
|
|
email: max.williams@deliveryhero.com
|
|
engine: gotpl
|