rancher-partner-charts/charts/elastic/logstash/examples/default/Makefile

15 lines
232 B
Makefile

default: test
include ../../../helpers/examples.mk
RELEASE := helm-logstash-default
TIMEOUT := 1200s
install:
helm upgrade --wait --timeout=$(TIMEOUT) --install $(RELEASE) ../../
test: install goss
purge:
helm del $(RELEASE)