Open tobias-zeptio opened 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
+1 Thank You!!!! I was going crazy trying to figure this out.
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.