mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Correction to cluster agent deployment toleration attributes (#9556)
Was taking it from the wrong config section. Also list the attribute in the README. Signed-off-by: Joe Hohertz <joe@viafoura.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
b784104489
commit
4aacf405ff
@@ -1,5 +1,5 @@
|
||||
name: datadog
|
||||
version: 1.11.1
|
||||
version: 1.11.2
|
||||
appVersion: 6.6.0
|
||||
description: DataDog Agent
|
||||
keywords:
|
||||
|
||||
@@ -117,6 +117,7 @@ The following table lists the configurable parameters of the Datadog chart and t
|
||||
| `clusterAgent.resources.limits.cpu` | CPU resource limits | `200m` |
|
||||
| `clusterAgent.resources.requests.memory` | Memory resource requests | `256Mi` |
|
||||
| `clusterAgent.resources.limits.memory` | Memory resource limits | `256Mi` |
|
||||
| `clusterAgent.tolerations` | List of node taints to tolerate | `[]` |
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ spec:
|
||||
{{- end }}
|
||||
{{- if .Values.clusterAgent.tolerations }}
|
||||
tolerations:
|
||||
{{ toYaml .Values.deployment.tolerations | indent 8 }}
|
||||
{{ toYaml .Values.clusterAgent.tolerations | indent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.clusterAgent.affinity }}
|
||||
affinity:
|
||||
|
||||
Reference in New Issue
Block a user