We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded4e02 commit 8df0523Copy full SHA for 8df0523
addons/rabbitmq/templates/componentdefinition.yaml
@@ -56,7 +56,7 @@ spec:
56
if [ ! -f {{ .Values.dataMountPath }}/enabled_plugins ]; then
57
cp /etc/rabbitmq/enabled_plugins {{ .Values.dataMountPath }}/enabled_plugins
58
fi
59
- cp /root/erlang.cookie {{ .Values.dataMountPath }}/erlang.cookie
+ cp /root/erlang.cookie {{ .Values.dataMountPath }}/.erlang.cookie
60
chown rabbitmq:rabbitmq {{ .Values.dataMountPath }}/.erlang.cookie
61
chmod 400 {{ .Values.dataMountPath }}/.erlang.cookie
62
exec /opt/rabbitmq/sbin/rabbitmq-server
0 commit comments