mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
typo fix permision to permission (#5967)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user