Don't run Zookeeper as a shell subprocess (#620)

* Don't run Zookeeper as a shell subprocess
* Version bump
This commit is contained in:
Maxim Ivanov
2017-02-14 09:41:09 -06:00
committed by Michael Goodness
parent 130523eaaa
commit 4c43bd2b42
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: zookeeper
home: https://zookeeper.apache.org/
version: 0.2.1
version: 0.2.2
description: Centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
icon: https://zookeeper.apache.org/images/zookeeper_small.gif
sources:
+1 -1
View File
@@ -119,7 +119,7 @@ spec:
command:
- sh
- -c
- zkGenConfig.sh && zkServer.sh start-foreground
- zkGenConfig.sh && exec zkServer.sh start-foreground
readinessProbe:
exec:
command: