[incubator/zookeeper] Fix minor case issue (#2301)

* fix: minor case issue

* Update Chart.yaml
This commit is contained in:
chhetripradeep
2017-09-30 01:07:51 -04:00
committed by Vic Iglesias
parent 3283dfe6a9
commit fac8a7c376
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -9,7 +9,7 @@ metadata:
heritage: {{ .Release.Service | quote }}
spec:
serviceName: {{ template "zookeeper.fullname" . }}-headless
replicas: {{ .Values.Servers }}
replicas: {{ .Values.servers }}
template:
metadata:
labels: