vromero / activemq-artemis-helm

Helm chart for a cluster of ActiveMQ Artemis (Work in progress)
42 stars 68 forks source link

PersistentVolume permissions #55

Open tobias-zeptio opened 4 years ago

tobias-zeptio commented 4 years ago

I had issues with permissions on the data folder when running this chart, same issue as 28.

My fix was to add this to the pod spec. Surprising that others haven't had this issue with the chart.

securityContext:
  fsGroup: 1000
MexicanAce commented 4 years ago

+1 Thank You!!!! I was going crazy trying to figure this out.