We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9989e9 commit 5fb392fCopy full SHA for 5fb392f
1 file changed
addons/rabbitmq/templates/cmpd.yaml
@@ -91,6 +91,10 @@ spec:
91
cp /root/erlang.cookie {{ .Values.dataMountPath }}/.erlang.cookie
92
chown rabbitmq:rabbitmq {{ .Values.dataMountPath }}/.erlang.cookie
93
chmod 400 {{ .Values.dataMountPath }}/.erlang.cookie
94
+ cat > /etc/rabbitmq/conf.d/10-kubeblocks-default-user.conf <<EOF
95
+ default_user = ${RABBITMQ_DEFAULT_USER}
96
+ default_pass = ${RABBITMQ_DEFAULT_PASS}
97
+ EOF
98
exec /opt/rabbitmq/sbin/rabbitmq-server
99
env:
100
- name: POD_NAME
0 commit comments