File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ func (builder *StatefulSetBuilder) podTemplateSpec(previousPodAnnotations map[st
543543 "&& chmod 600 /var/lib/rabbitmq/.erlang.cookie ; " +
544544 "cp /tmp/rabbitmq-plugins/enabled_plugins /operator/enabled_plugins " +
545545 "&& chown 999:999 /operator/enabled_plugins ; " +
546- "chgrp 999 /var/lib/rabbitmq/mnesia/ ; " +
546+ "chown 999: 999 /var/lib/rabbitmq/mnesia/ ; " +
547547 "echo '[default]' > /var/lib/rabbitmq/.rabbitmqadmin.conf " +
548548 "&& sed -e 's/default_user/username/' -e 's/default_pass/password/' /tmp/default_user.conf >> /var/lib/rabbitmq/.rabbitmqadmin.conf " +
549549 "&& chown 999:999 /var/lib/rabbitmq/.rabbitmqadmin.conf " +
Original file line number Diff line number Diff line change @@ -1108,7 +1108,7 @@ var _ = Describe("StatefulSet", func() {
11081108 "&& chmod 600 /var/lib/rabbitmq/.erlang.cookie ; " +
11091109 "cp /tmp/rabbitmq-plugins/enabled_plugins /operator/enabled_plugins " +
11101110 "&& chown 999:999 /operator/enabled_plugins ; " +
1111- "chgrp 999 /var/lib/rabbitmq/mnesia/ ; " +
1111+ "chown 999: 999 /var/lib/rabbitmq/mnesia/ ; " +
11121112 "echo '[default]' > /var/lib/rabbitmq/.rabbitmqadmin.conf " +
11131113 "&& sed -e 's/default_user/username/' -e 's/default_pass/password/' /tmp/default_user.conf >> /var/lib/rabbitmq/.rabbitmqadmin.conf " +
11141114 "&& chown 999:999 /var/lib/rabbitmq/.rabbitmqadmin.conf " +
You can’t perform that action at this time.
0 commit comments