Open Issues Need Help
View All on GitHubAI Summary: The OpenTelemetry Helm chart for the demo application has a bug causing a duplicate `app.kubernetes.io/part-of` label in the rendered Kubernetes manifests. This results in deployment errors. The task is to identify the source of the duplicate label definition within the Helm chart's templates (`_helpers.tpl`) and correct it to ensure only a single instance of the label is applied.
AI Summary: Modify the OpenTelemetry Operator Helm chart to allow overriding the namespace via a `namespaceOverride` value in the values file. This involves updating the Go template to conditionally use either the provided override or the default release namespace.
AI Summary: Update the OpenTelemetry Helm charts to leverage the native Service attribute handling within the `k8sattributes` processor, eliminating the need for manual extraction from labels in the configuration template. This involves modifying the `_config.tpl` file to utilize the new native functionality.