mirror of
https://github.com/grafana/alloy.git
synced 2025-11-05 13:28:02 +08:00
Helm charts
This directory contains Helm charts for Grafana Alloy.
Testing
The tests contains a list of golden templates rendered from the Helm chart.
These manifests are never run directly, but are instead used to validate the
correctness of the templates emitted by the Helm chart. To regenerate this
folder, call make rebuild-tests from the root of the repository.
make generate-helm-tests will iterate through the value.yaml files in
charts/alloy/ci and generate each one as a separate directory under charts/alloy/tests.
When modifying the Helm charts, make rebuild-tests must be run before
submitting a PR, as a linter check will ensure that this directory is
up-to-date.