Merge R3 into master
[it/dep.git] / ric-aux / helm / mc-stack / charts / kibana / examples / default / Makefile
1 default: test
2 include ../../../helpers/examples.mk
3
4 RELEASE := helm-kibana-default
5
6 install:
7         echo "Goss container: $(GOSS_CONTAINER)"
8         helm upgrade --wait --timeout=600 --install $(RELEASE) ../../ ; \
9
10 test: install goss
11
12 purge:
13         helm del --purge $(RELEASE)