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