mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-08 05:33:33 +00:00
15 lines
253 B
Makefile
15 lines
253 B
Makefile
|
default: test
|
||
|
|
||
|
include ../../../helpers/examples.mk
|
||
|
|
||
|
RELEASE := helm-es-networkpolicy
|
||
|
TIMEOUT := 1200s
|
||
|
|
||
|
install:
|
||
|
helm upgrade --wait --timeout=$(TIMEOUT) --install --values values.yaml $(RELEASE) ../../
|
||
|
|
||
|
test: install goss
|
||
|
|
||
|
purge:
|
||
|
helm del $(RELEASE)
|