From ade41aee8a823f1abc8fdbc2e2d02c412c85a62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20R=C3=BCegg?= Date: Thu, 25 Apr 2019 15:54:45 +0200 Subject: [PATCH] Mount emptyDir for ZooKeeper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If persistence is disabled, mount the emptyDir volume instead. Signed-off-by: Simon Rüegg --- bitnami/zookeeper/Chart.yaml | 2 +- bitnami/zookeeper/templates/statefulset.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml index 86fd7e4f2..49909b4e3 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: zookeeper -version: 1.7.0 +version: 1.7.1 appVersion: 3.4.14 description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications. keywords: diff --git a/bitnami/zookeeper/templates/statefulset.yaml b/bitnami/zookeeper/templates/statefulset.yaml index 99ea016cd..bb06581f1 100644 --- a/bitnami/zookeeper/templates/statefulset.yaml +++ b/bitnami/zookeeper/templates/statefulset.yaml @@ -157,10 +157,8 @@ spec: failureThreshold: {{ .Values.readinessProbe.failureThreshold }} {{- end }} volumeMounts: - {{- if .Values.persistence.enabled }} - name: data mountPath: /bitnami/zookeeper - {{ end }} {{- if .Values.config }} - name: config mountPath: /opt/bitnami/zookeeper/conf/zoo.cfg