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