Commit 46eb61e
Add DD_SITE env var to Helm deployment template (#96)
## What was changed
Added missing DD_SITE env var to the promql-to-dd-go Helm template
## Why?
Metrics are being sent to the default Datadog site but our org is on a
non-default site
1. Closes #95
2. How was this tested:
I deployed the resulting chart using ArgoCD and the metrics are properly
forwarded to the configured DD site
---------
Co-authored-by: Alex Stanfield <[email protected]>1 parent 8c9d522 commit 46eb61e
File tree
2 files changed
+5
-0
lines changed- cloud/observability/promql-to-dd-go/helm-charts
- templates
2 files changed
+5
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
0 commit comments