mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
test
This commit is contained in:
parent
c9e69613d3
commit
d2deecefbc
6 changed files with 83 additions and 1 deletions
16
deploy/addepar/certs/Makefile
Normal file
16
deploy/addepar/certs/Makefile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.PHONY: build clean deploy
|
||||
|
||||
all: clean build deploy
|
||||
|
||||
build:
|
||||
$(shell cd test && ../gencerts.sh)
|
||||
|
||||
clean:
|
||||
rm -rf test
|
||||
mkdir test
|
||||
|
||||
deploy:
|
||||
kubectl -n custom-metrics create -f test/cm-adapter-serving-certs.yaml
|
||||
|
||||
delete:
|
||||
kubectl -n custom-metrics delete -f test/cm-adapter-serving-certs.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue