X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=ric-aux%2Fhelm%2Fmc-stack%2Fcharts%2Fkibana%2Fexamples%2Fdefault%2FMakefile;fp=ric-aux%2Fhelm%2Fmc-stack%2Fcharts%2Fkibana%2Fexamples%2Fdefault%2FMakefile;h=ec4ea6137dae26946e9350e38a374488a5e6487f;hb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;hp=0000000000000000000000000000000000000000;hpb=ca9b3ee64b3966fa1d20226b361b4f614434129e;p=it%2Fdep.git diff --git a/ric-aux/helm/mc-stack/charts/kibana/examples/default/Makefile b/ric-aux/helm/mc-stack/charts/kibana/examples/default/Makefile new file mode 100755 index 00000000..ec4ea613 --- /dev/null +++ b/ric-aux/helm/mc-stack/charts/kibana/examples/default/Makefile @@ -0,0 +1,13 @@ +default: test +include ../../../helpers/examples.mk + +RELEASE := helm-kibana-default + +install: + echo "Goss container: $(GOSS_CONTAINER)" + helm upgrade --wait --timeout=600 --install $(RELEASE) ../../ ; \ + +test: install goss + +purge: + helm del --purge $(RELEASE)