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

build:
helm template graphs --namespace=graphs grafana/grafana \
-f grafana-config.yaml \
> grafana.yaml
.PHONY: build
update:
helm repo update
helm search repo grafana
.PHONY: update