Skip to content
Open
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
2 changes: 1 addition & 1 deletion charts/datadog/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ Return agent config path
/etc/otel-agent
{{- end -}}
{{- if eq .Values.targetSystem "windows" -}}
C:/ProgramData/Datadog
C:/ProgramData/Datadog/otel-agent

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add the required chart release artifacts

The project review guide at charts/datadog/docs/internal/agent-review-guide.md says changes to chart templates or chart behavior require a charts/datadog/Chart.yaml version bump, charts/datadog/CHANGELOG.md entry, README regeneration, and updated Datadog Agent baselines. This commit only changes _helpers.tpl, so the Windows DDOT fix can be merged without the release metadata/test artifacts needed for it to be published and verified with the chart.

Useful? React with 👍 / 👎.

{{- end -}}
{{- end -}}

Expand Down