[incubator/zookeeper]: incorrect terminationGracePeriodSeconds element (#7262)

* terminationGracePeriodSeconds on template spec rather than StatefulSet spec

Signed-off-by: Aster Anto <Aster.Anto@concur.com>

* [incubator/zookeeper] version bump to 1.1.2

Signed-off-by: Aster Anto <Aster.Anto@concur.com>
This commit is contained in:
Aster Anto
2018-09-03 09:30:55 -07:00
committed by k8s-ci-robot
parent 01ecbafb25
commit 1f3139d07b
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: 1.1.1
version: 1.1.2
appVersion: 3.4.10
description: Centralized service for maintaining configuration information, naming,
providing distributed synchronization, and providing group services.
@@ -11,7 +11,6 @@ metadata:
spec:
serviceName: {{ template "zookeeper.fullname" . }}-headless
replicas: {{ .Values.replicaCount }}
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
selector:
matchLabels:
app: {{ template "zookeeper.name" . }}
@@ -39,6 +38,7 @@ spec:
{{- end }}
{{- end }}
spec:
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
{{- if .Values.schedulerName }}
schedulerName: "{{ .Values.schedulerName }}"
{{- end }}