aws-observability / helm-charts

The AWS Observability Helm Charts repository contains Helm charts to provide easy mechanisms to setup the CloudWatch Agent and other collection agents to collect telemetry data such as metrics, logs and traces to send to AWS monitoring services.
Apache License 2.0
9 stars 17 forks source link

Fix syntax issue with .net template #76

Closed lisguo closed 3 months ago

lisguo commented 3 months ago

Issue #, if available: n/a

Description of changes: Using the dot character "." is not escaped in helm templates, causing issues. Using "dotnet" instead of ".net" resolves the issue.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.