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