Extend K8S and RIC installation instructions
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / mc-stack / charts / elasticsearch / examples / docker-for-mac / Makefile
1 default: test
2
3 RELEASE := helm-es-docker-for-mac
4
5 install:
6         helm upgrade --wait --timeout=900 --install --values values.yaml $(RELEASE) ../../
7
8 test: install
9         helm test $(RELEASE)
10
11 purge:
12         helm del --purge $(RELEASE)