mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
[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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user