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:
Joe Hohertz
2018-11-28 08:35:12 -08:00
committed by k8s-ci-robot
parent b784104489
commit 4aacf405ff
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: datadog
version: 1.11.1
version: 1.11.2
appVersion: 6.6.0
description: DataDog Agent
keywords:
+1
View File
@@ -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: