From c8a048dd32a62e7e7c957f0d31c8b54079687894 Mon Sep 17 00:00:00 2001 From: Xiang Dai <764524258@qq.com> Date: Fri, 20 Dec 2019 18:45:32 +0800 Subject: [PATCH] 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> --- incubator/zookeeper/Chart.yaml | 2 +- incubator/zookeeper/templates/config-script.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/incubator/zookeeper/Chart.yaml b/incubator/zookeeper/Chart.yaml index ddfd58283e..65d70e6f1a 100644 --- a/incubator/zookeeper/Chart.yaml +++ b/incubator/zookeeper/Chart.yaml @@ -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, diff --git a/incubator/zookeeper/templates/config-script.yaml b/incubator/zookeeper/templates/config-script.yaml index 10d81171a9..2b4b44dda5 100644 --- a/incubator/zookeeper/templates/config-script.yaml +++ b/incubator/zookeeper/templates/config-script.yaml @@ -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)