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