rancher-charts/charts/rancher-alerting-drivers/100.0.2/values.yaml

28 lines
700 B
YAML
Raw Normal View History

2022-03-03 00:21:46 +00:00
# Default values for rancher-alerting-driver.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
cattle:
# the registry where all images will be pulled from
systemDefaultRegistry: ""
kubectl:
repository: rancher/kubectl
tag: v1.20.2
# set this value if you want the sub-charts to be installed into
# a namespace rather than where this chart is installed
namespaceOverride: ""
prom2teams:
enabled: false
sachet:
enabled: false
2022-03-18 21:10:45 +00:00
## Node labels for pod assignment
## Ref: https://kubernetes.io/docs/user-guide/node-selection/
##
nodeSelector: {}
## List of node taints to tolerate (requires Kubernetes >= 1.6)
tolerations: []