From 4c43bd2b42222f0416425f2587c8a247fb9e886b Mon Sep 17 00:00:00 2001 From: Maxim Ivanov Date: Tue, 14 Feb 2017 15:41:09 +0000 Subject: [PATCH] Don't run Zookeeper as a shell subprocess (#620) * Don't run Zookeeper as a shell subprocess * Version bump --- incubator/zookeeper/Chart.yaml | 2 +- incubator/zookeeper/templates/ss.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/zookeeper/Chart.yaml b/incubator/zookeeper/Chart.yaml index 41d1f26a16..2dcc883bb4 100755 --- a/incubator/zookeeper/Chart.yaml +++ b/incubator/zookeeper/Chart.yaml @@ -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: diff --git a/incubator/zookeeper/templates/ss.yaml b/incubator/zookeeper/templates/ss.yaml index ffa916b3e7..64ce311bc1 100644 --- a/incubator/zookeeper/templates/ss.yaml +++ b/incubator/zookeeper/templates/ss.yaml @@ -119,7 +119,7 @@ spec: command: - sh - -c - - zkGenConfig.sh && zkServer.sh start-foreground + - zkGenConfig.sh && exec zkServer.sh start-foreground readinessProbe: exec: command: