mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 03:25:53 +10:00
[bitnami/rabbitmq] Fix rabbitmqctl command (#4636)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user