From badf8cc595060fb4ba04e9944e45523eff011f31 Mon Sep 17 00:00:00 2001 From: Francois Travais Date: Thu, 13 Dec 2018 13:52:43 +0100 Subject: [PATCH] [stable/rabbitmq-ha] Remove readOnly flag from the config volume (#9222) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [stable/rabbitmq-ha] Remove readOnly on the config volume (/etc/rabbitmq) (#9220) Signed-off-by: François Travais * [stable/rabbitmq-ha] Bump version to 1.14.3 Signed-off-by: François Travais --- stable/rabbitmq-ha/Chart.yaml | 2 +- stable/rabbitmq-ha/templates/statefulset.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stable/rabbitmq-ha/Chart.yaml b/stable/rabbitmq-ha/Chart.yaml index 9e305811bf..674f174202 100644 --- a/stable/rabbitmq-ha/Chart.yaml +++ b/stable/rabbitmq-ha/Chart.yaml @@ -1,7 +1,7 @@ name: rabbitmq-ha apiVersion: v1 appVersion: 3.7.8 -version: 1.14.2 +version: 1.14.3 description: Highly available RabbitMQ cluster, the open source message broker software that implements the Advanced Message Queuing Protocol (AMQP). keywords: diff --git a/stable/rabbitmq-ha/templates/statefulset.yaml b/stable/rabbitmq-ha/templates/statefulset.yaml index 440c657741..075997ddee 100644 --- a/stable/rabbitmq-ha/templates/statefulset.yaml +++ b/stable/rabbitmq-ha/templates/statefulset.yaml @@ -155,7 +155,6 @@ spec: mountPath: /var/lib/rabbitmq - name: config mountPath: /etc/rabbitmq - readOnly: true {{- if not .Values.existingSecret }} - name: definitions mountPath: /etc/definitions