Skip to content

Commit b19dbe2

Browse files
committed
Regen docs and set up Makefile dependency
Signed-off-by: Pete Wall <pete.wall@grafana.com>
1 parent 4eab4fc commit b19dbe2

File tree

2 files changed

+219
-1
lines changed

2 files changed

+219
-1
lines changed

charts/k8s-monitoring/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ ifdef HAS_VENDIR
5959
else
6060
docker run --rm --volume $(shell pwd):/src --workdir /src ghcr.io/carvel-dev/docker-image:latest bash -c "apt-get update && apt-get install -y git && vendir sync -l"
6161
endif
62+
ALLOY_MODULE_FILES = $(shell find alloyModules -name "*.alloy")
6263

6364
values.schema.json: values.yaml $(DESTINATION_SCHEMA_FILES) $(SCHEMA_MODS_JSON_FILES) $(SCHEMA_MODS_JQ_FILES) schema-mods/destination-list.json
6465
../../scripts/schema-gen.sh .
@@ -90,7 +91,7 @@ alloy_configs = $(shell \
9091
Chart.lock: Chart.yaml
9192
helm dependency update .
9293

93-
%/output.yaml: %/values.yaml Chart.yaml Chart.lock values.yaml values.schema.json templates/destinations/_destination_types.tpl $(DESTINATION_VALUES_FILES) $(CHART_TEMPLATE_FILES) $(CHART_YAML_FILES)
94+
%/output.yaml: %/values.yaml Chart.yaml Chart.lock values.yaml values.schema.json templates/destinations/_destination_types.tpl $(DESTINATION_VALUES_FILES) $(CHART_TEMPLATE_FILES) $(CHART_YAML_FILES) alloyModules/LICENSE $(ALLOY_MODULE_FILES)
9495
helm template $(EXAMPLE_RELEASE_NAME) . -f $< > $@
9596

9697
%/alloy-logs.alloy: %/output.yaml

charts/k8s-monitoring/docs/examples/features/integrations/cert-manager/output.yaml

Lines changed: 217 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)