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

11 lines
204 B
Makefile
Raw Normal View History

2020-03-15 09:57:04 +00:00
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