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
194 B
Makefile
Raw Normal View History

2020-03-16 20:30:01 +00:00
build:
helm3 template graphs --namespace=graphs stable/grafana \
-f grafana-config.yaml \
> grafana.yaml
.PHONY: build
update:
helm3 repo update
helm3 search repo grafana
.PHONY: update