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/influxdb/Makefile
2020-03-15 10:57:04 +01:00

11 lines
204 B
Makefile

build:
helm3 template influxdb --namespace=influxdb influxdata/influxdb \
-f influx-config.yaml \
> influxdb.yaml
.PHONY: build
update:
helm3 repo update
helm3 search repo influxdb
.PHONY: update