From fac8a7c376c936468dcb358f14b9a65848551163 Mon Sep 17 00:00:00 2001 From: chhetripradeep <30620077+chhetripradeep@users.noreply.github.com> Date: Sat, 30 Sep 2017 10:37:52 +0530 Subject: [PATCH] [incubator/zookeeper] Fix minor case issue (#2301) * fix: minor case issue * Update Chart.yaml --- incubator/zookeeper/Chart.yaml | 2 +- incubator/zookeeper/templates/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/zookeeper/Chart.yaml b/incubator/zookeeper/Chart.yaml index 2ff2917d0b..3524e72a15 100755 --- a/incubator/zookeeper/Chart.yaml +++ b/incubator/zookeeper/Chart.yaml @@ -1,6 +1,6 @@ name: zookeeper home: https://zookeeper.apache.org/ -version: 0.4.0 +version: 0.4.1 description: Centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. icon: https://zookeeper.apache.org/images/zookeeper_small.gif diff --git a/incubator/zookeeper/templates/statefulset.yaml b/incubator/zookeeper/templates/statefulset.yaml index 2731cc41df..51eae6439d 100644 --- a/incubator/zookeeper/templates/statefulset.yaml +++ b/incubator/zookeeper/templates/statefulset.yaml @@ -9,7 +9,7 @@ metadata: heritage: {{ .Release.Service | quote }} spec: serviceName: {{ template "zookeeper.fullname" . }}-headless - replicas: {{ .Values.Servers }} + replicas: {{ .Values.servers }} template: metadata: labels: