Update Elasticsearch example to remove use of secrets

This commit is contained in:
Satnam Singh
2015-08-12 16:52:50 -07:00
parent 72830242de
commit cf549ed83f
7 changed files with 86 additions and 120 deletions

View File

@@ -1,8 +1,8 @@
.PHONY: elasticsearch_discovery build push all
TAG = 1.0
TAG = 1.1
build:
build: elasticsearch_discovery
docker build -t kubernetes/elasticsearch:$(TAG) .
push: