mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Don't run Zookeeper as a shell subprocess (#620)
* Don't run Zookeeper as a shell subprocess * Version bump
This commit is contained in:
committed by
Michael Goodness
parent
130523eaaa
commit
4c43bd2b42
@@ -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:
|
||||
|
||||
@@ -119,7 +119,7 @@ spec:
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- zkGenConfig.sh && zkServer.sh start-foreground
|
||||
- zkGenConfig.sh && exec zkServer.sh start-foreground
|
||||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user