helm3-charts icon indicating copy to clipboard operation
helm3-charts copied to clipboard

Uncomment fsgroup by default in provided values file

Open gss-jmorris opened this issue 2 years ago • 1 comments

Description of Change

The default values file should include fsGroup: 2000 under the podSecurityContext map. Mounted volumes will not be writeable without this permission, which means users installing this chart for the first time will have containers stuck in a CrashLoopBackOff unless this value is a default setting.

resolves #220

Things to Do Before Submitting

  • Have you signed the Sonatype CLA?
  • Have you added and run automated tests for your change? (See the README)
  • Have you run helm lint on your change?

gss-jmorris avatar Aug 31 '22 13:08 gss-jmorris

Thank you for contacting us. I've applied a similar fix with automated tests and updates to the documentation as part of another PR: https://github.com/sonatype/helm3-charts/pull/227

jflinchbaugh avatar Sep 06 '22 19:09 jflinchbaugh