Hi, I'm encountering an issue with the CloudWatch Observability Helm chart.
When setting the following values in the Helm chart configuration:
agent:
enabled: true
prometheus:
targetAllocator:
enabled: true
prometheusCR:
enabled: true
The AmazonCloudWatchAgent CR is created successfully, but the expected DaemonSet for cloudwatch-agent is never created.
However, when I remove the prometheus.targetAllocator block (or disable it), the DaemonSet is created as expected.
Thanks in advance!