You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
297 B

# limpia todo
all: clean install
install:
-kubectl create -f namespace.yaml
-kubectl create -f pv-local-registry.yaml
-kubectl create -f registry-deployment.yaml
clean:
-kubectl delete -f registry-deployment.yaml
-kubectl delete -f pv-local-registry.yaml
-kubectl delete -f namespace.yaml