From 4aacf405ff01bb043e24ed4bff5f873ffb4819c6 Mon Sep 17 00:00:00 2001 From: Joe Hohertz Date: Wed, 28 Nov 2018 11:35:12 -0500 Subject: [PATCH] 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 --- stable/datadog/Chart.yaml | 2 +- stable/datadog/README.md | 1 + stable/datadog/templates/cluster-agent-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index 8bcec050ae..f412e92ae5 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,5 +1,5 @@ name: datadog -version: 1.11.1 +version: 1.11.2 appVersion: 6.6.0 description: DataDog Agent keywords: diff --git a/stable/datadog/README.md b/stable/datadog/README.md index 8fee8a055a..9420074188 100644 --- a/stable/datadog/README.md +++ b/stable/datadog/README.md @@ -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, diff --git a/stable/datadog/templates/cluster-agent-deployment.yaml b/stable/datadog/templates/cluster-agent-deployment.yaml index 3e22c964b2..a742dacfc2 100644 --- a/stable/datadog/templates/cluster-agent-deployment.yaml +++ b/stable/datadog/templates/cluster-agent-deployment.yaml @@ -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: