-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Data Center - Deployments
-
None
-
2
Problem Definition
In our documentation, we recommend running Jira as a dedicated user rather than running the application as root: Startup check: Starting JIRA.
However, if you are running Jira using the Helm Charts, it is hard coded to do everything as the Root user. This can cause issues if you try to use a dedicated user, as the volume permissions will not be correct. data-center-helm-charts.
Suggested Solution
Adjust the Helm charts to carry out steps similar to the default Jira process, where a dedicated user is created and used. To prevent the Root user being used to start the application.
Workaround
No workaround at this time, application to continue being run as Root.