elastic / elastic-agent

Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host.
Other
19 stars 144 forks source link

[helm] Extend Lint Checks to Include All Examples for Full Validation #6052

Open pkoutsovasilis opened 2 hours ago

pkoutsovasilis commented 2 hours ago

The current helm lint check in our CI pipeline is insufficient. While helm template may pass, helm lint can still fail due to additional validation that helm template does not perform. We should extend the Helm lint checks to validate all the examples in the Helm chart to ensure consistency and prevent errors during deployment.

Example https://github.com/helm/helm/issues/7756#issuecomment-617889123

elasticmachine commented 2 hours ago

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)