typo fix permision to permission (#5967)

This commit is contained in:
李永信
2018-06-07 08:33:23 -07:00
committed by k8s-ci-robot
parent c3a1232c42
commit ebbe7366e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: rabbitmq
version: 1.1.4
version: 1.1.5
appVersion: 3.7.5
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:
+1 -1
View File
@@ -58,7 +58,7 @@ spec:
echo $RABBITMQ_ERL_COOKIE > /opt/bitnami/rabbitmq/var/lib/rabbitmq/.erlang.cookie
cp /opt/bitnami/rabbitmq/var/lib/rabbitmq/.erlang.cookie /root
#change permision so only the user has access to the cookie file
#change permission so only the user has access to the cookie file
chmod 400 /root/.erlang.cookie
chmod 400 /opt/bitnami/rabbitmq/var/lib/rabbitmq/.erlang.cookie