DataDog / helm-charts

Helm charts for Datadog products
Apache License 2.0
337 stars 1.01k forks source link

feat: support templated clusterName #1324

Closed isometry closed 6 months ago

isometry commented 6 months ago

What this PR does / why we need it:

We're deploying the chart using ArgoCD and ApplicationSets with a cluster generator. To avoid having to bake Datadog-specific logic into our wider ArgoCD Application generator, we need support for rendering clusterName as a template variable in order to generate an appropriate value from generic values.

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

isometry commented 6 months ago

@clamoriniere : done!