Skip to content
Snippets Groups Projects
Unverified Commit 3a30d5d1 authored by Göran Pöhner's avatar Göran Pöhner Committed by GitHub
Browse files

Problem with persistent PVC and erlang cookie (#736)

parent a8145267
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ type: application
maintainers:
- name: groundhog2k
version: 0.3.2
version: 0.3.3
appVersion: "4.2.2-jre11"
......
# Graylog
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.2](https://img.shields.io/badge/AppVersion-4.2.1-informational?style=flat-square)
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.2](https://img.shields.io/badge/AppVersion-4.2.1-informational?style=flat-square)
A Helm chart for Graylog on Kubernetes
......
......@@ -17,9 +17,9 @@ data:
mkdir -p /data/contentpacks
echo "Copy configuration"
cp /usr/share/graylog/data/config/* /data/config
echo "Setting permissions on configuration folder"
chmod u+rw /data/config/*
else
echo "Graylog configuration already exists."
fi
echo "Setting permissions on configuration folder"
chmod u+rw /data/config/*
echo "Finished."
......@@ -7,6 +7,6 @@ type: application
maintainers:
- name: groundhog2k
version: 0.4.4
version: 0.4.5
appVersion: "3.9.11"
# RabbitMQ
![Version: 0.4.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.11](https://img.shields.io/badge/AppVersion-3.9.11-informational?style=flat-square)
![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.11](https://img.shields.io/badge/AppVersion-3.9.11-informational?style=flat-square)
A Helm chart for a RabbitMQ HA-cluster on Kubernetes
......
......@@ -20,8 +20,8 @@ data:
if [ ! -f /var/lib/rabbitmq/.erlang.cookie ]; then
echo "Copy erlang cookie"
echo $ERLANG_COOKIE >/var/lib/rabbitmq/.erlang.cookie
chmod 600 /var/lib/rabbitmq/.erlang.cookie
else
echo "Erlang cookie already exists."
fi
chmod 600 /var/lib/rabbitmq/.erlang.cookie
echo "Finished."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment