[bitnami/rabbitmq] Fix rabbitmqctl command (#4636)

This commit is contained in:
Jaroslav Zaoral
2020-12-08 13:04:09 +01:00
committed by GitHub
parent 647a0ebdbe
commit e09301cf99
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ name: rabbitmq
sources:
- https://github.com/bitnami/bitnami-docker-rabbitmq
- https://www.rabbitmq.com
version: 8.4.1
version: 8.4.2
+1 -1
View File
@@ -263,7 +263,7 @@ spec:
if [[ -f /opt/bitnami/scripts/rabbitmq/nodeshutdown.sh ]]; then
/opt/bitnami/scripts/rabbitmq/nodeshutdown.sh -t {{ .Values.terminationGracePeriodSeconds | quote }} -d {{ ternary "true" "false" .Values.image.debug | quote }}
else
rabbitmq stop_app
rabbitmqctl stop_app
fi
volumeMounts:
- name: configuration