mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Remove useless val (#18525)
* remove useless value Signed-off-by: Xiang Dai <764524258@qq.com> * bump up version Signed-off-by: Xiang Dai <764524258@qq.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
879629871a
commit
c8a048dd32
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: zookeeper
|
||||
home: https://zookeeper.apache.org/
|
||||
version: 2.1.2
|
||||
version: 2.1.3
|
||||
appVersion: 3.5.5
|
||||
kubeVersion: "^1.10.0-0"
|
||||
description: Centralized service for maintaining configuration information, naming,
|
||||
|
||||
@@ -46,8 +46,6 @@ data:
|
||||
LOG4J_PROPERTIES="$ZK_CONF_DIR/log4j.properties"
|
||||
HOST=$(hostname)
|
||||
DOMAIN=`hostname -d`
|
||||
ZOOCFG=zoo.cfg
|
||||
ZOOCFGDIR=$ZK_CONF_DIR
|
||||
JVMFLAGS="-Xmx$ZK_HEAP_SIZE -Xms$ZK_HEAP_SIZE"
|
||||
|
||||
APPJAR=$(echo $ROOT/*jar)
|
||||
|
||||
Reference in New Issue
Block a user