Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/datadog] s/DataDog/Datadog #21498

Merged
merged 1 commit into from
Mar 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
s/DataDog/Datadog
Signed-off-by: Gabriel Aszalos <gabriel.aszalos@gmail.com>
  • Loading branch information
gbbr committed Mar 17, 2020
commit accb89b7e9445c37f2fc7913b9899d2e403b5ae5
4 changes: 2 additions & 2 deletions stable/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: datadog
version: 2.0.8
version: 2.0.9
appVersion: "7"
description: DataDog Agent
description: Datadog Agent
keywords:
- monitoring
- alerting
Expand Down
3 changes: 1 addition & 2 deletions stable/datadog/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

{{- if (or (.Values.datadog.apiKeyExistingSecret) (not (eq .Values.datadog.apiKey "<DATADOG_API_KEY>"))) }}
DataDog agents are spinning up on each node in your cluster. After a few
Datadog agents are spinning up on each node in your cluster. After a few
minutes, you should see your agents starting in your event stream:
https://app.datadoghq.com/event/stream

Expand Down
2 changes: 1 addition & 1 deletion stable/datadog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ agents:
## @param enabled - boolean - required
## You should keep Datadog DaemonSet enabled!
## The exceptional case could be a situation when you need to run
## single DataDog pod per every namespace, but you do not need to
## single Datadog pod per every namespace, but you do not need to
## re-create a DaemonSet for every non-default namespace install.
## Note: StatsD and DogStatsD work over UDP, so you may not
## get guaranteed delivery of the metrics in Datadog-per-namespace setup!
Expand Down