Fix jsonnet_files wildcard

Just a typo in a path.

Signed-off-by: Tristan Partin <tristan@neon.tech>
This commit is contained in:
Tristan Partin
2024-10-15 16:30:31 -05:00
committed by GitHub
parent 18f4e5f10c
commit be5d6a69dc

View File

@@ -1,4 +1,6 @@
jsonnet_files = $(wildcard etc/*.jsonnet etc/*.libsonnet)
jsonnet_files = $(wildcard \
etc/*.jsonnet \
etc/sql_exporter/*.libsonnet)
.PHONY: all
all: neon_collector.yml neon_collector_autoscaling.yml sql_exporter.yml sql_exporter_autoscaling.yml