commit | 52306ad53b7926d462f5a9c0eb9efd866ac2de39 | [log] [tgz] |
---|---|---|
author | Giovanni Tirloni <giovanni.tirloni@vexxhost.com> | Fri Apr 12 15:35:05 2024 -0300 |
committer | GitHub <noreply@github.com> | Fri Apr 12 18:35:05 2024 +0000 |
tree | ed62ed98cd0060a236b209dc5024fe891ec2bfec | |
parent | fd7309cba2a705948a91154ec6aa9aeb016b2cb8 [diff] [blame] |
[stable/zed] Upgrade monitoring stack (#1093) Resolves #1075 Reviewed-by: Mohammed Naser <mnaser@vexxhost.com>
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