Skip to content

Commit

Permalink
Add deploy clean target and rename es/cass to deploy- (#149)
Browse files Browse the repository at this point in the history
* Add deploy clean target and rename es/cass to deploy-

Signed-off-by: Pavol Loffay <[email protected]>

* Revert back grep

Signed-off-by: Pavol Loffay <[email protected]>

* A

Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored and jpkrohling committed Dec 4, 2018
1 parent 3aa97dd commit 96d9c20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ es:
cassandra:
@kubectl create -f ./test/cassandra.yml 2>&1 | grep -v "already exists" || true

.PHONY: clean
clean:
@kubectl delete -f ./test/cassandra.yml || true
@kubectl delete -f ./test/elasticsearch.yml || true
@kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.18.0/deploy/mandatory.yaml || true

.PHONY: crd
crd:
@kubectl create -f deploy/crds/io_v1alpha1_jaeger_crd.yaml 2>&1 | grep -v "already exists" || true
Expand Down

0 comments on commit 96d9c20

Please sign in to comment.