some unfinished and untested work over helm mirror
This commit is contained in:
13
config/helm/scraper/test/examples/security/Makefile
Normal file
13
config/helm/scraper/test/examples/security/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
default: test
|
||||
|
||||
include ../../../helpers/examples.mk
|
||||
|
||||
RELEASE := helm-apm-server-security
|
||||
|
||||
install:
|
||||
helm upgrade --wait --timeout=$(TIMEOUT) --install --values values.yaml $(RELEASE) ../../
|
||||
|
||||
test: install goss
|
||||
|
||||
purge:
|
||||
helm del $(RELEASE)
|
||||
Reference in New Issue
Block a user