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/loki/Makefile
2020-02-26 20:51:43 +01:00

9 lines
160 B
Makefile

build:
helm3 template loki --namespace=loki loki/loki-stack > loki.yaml
.PHONY: build
update:
helm3 repo update
helm3 search repo loki-stack
.PHONY: update