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: