mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-02 02:02:13 +08:00
15 lines
226 B
Makefile
15 lines
226 B
Makefile
default: test
|
|
|
|
include ../../../helpers/examples.mk
|
|
|
|
RELEASE := helm-es-default
|
|
TIMEOUT := 1200s
|
|
|
|
install:
|
|
helm upgrade --wait --timeout=$(TIMEOUT) --install $(RELEASE) ../../
|
|
|
|
test: install goss
|
|
|
|
purge:
|
|
helm del $(RELEASE)
|