This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/graphs/Makefile

11 lines
192 B
Makefile
Raw Normal View History

2020-03-16 20:30:01 +00:00
build:
2021-12-13 19:54:10 +00:00
helm template graphs --namespace=graphs grafana/grafana \
2020-03-16 20:30:01 +00:00
-f grafana-config.yaml \
> grafana.yaml
.PHONY: build
update:
2020-06-01 11:02:07 +00:00
helm repo update
helm search repo grafana
2020-03-16 20:30:01 +00:00
.PHONY: update