commit | 59219b63899aae9c9d5e6a2df752bd497c671f7f | [log] [tgz] |
---|---|---|
author | Giovanni Tirloni <giovanni.tirloni@vexxhost.com> | Tue Apr 09 14:50:25 2024 -0300 |
committer | GitHub <noreply@github.com> | Tue Apr 09 13:50:25 2024 -0400 |
tree | 8c2709ff3a11afc82c3d569bb0f1ede86e9bed34 | |
parent | 20b5a9c93c01db20bca2a7663c2f0f520723f980 [diff] [blame] |
feat: Upgrade monitoring stack (#1071)
diff --git a/charts/loki/Makefile b/charts/loki/Makefile new file mode 100644 index 0000000..4b56414 --- /dev/null +++ b/charts/loki/Makefile
@@ -0,0 +1,7 @@ +.DEFAULT_GOAL := all +.PHONY: lint lint-yaml + +lint: lint-yaml + +lint-yaml: + yamllint -c $(CURDIR)/src/.yamllint.yaml $(CURDIR)/src