hi.
We are trying to deploy the official image https://hub.docker.com/r/atlassian/jira-servicedesk in our kubernetes cluster (Openshift 4.4) and we are getting the following error while deploying it:
INFO:root:Generating /etc/container_id from template container_id.j2 INFO:root:Generating /opt/atlassian/jira/conf/server.xml from template server.xml.j2 INFO:root:Generating /opt/atlassian/jira/atlassian-jira/WEB-INF/classes/seraph-config.xml from template seraph-config.xml.j2 INFO:root:/var/atlassian/application-data/jira/dbconfig.xml exists; skipping. INFO:root:User is currently root. Will downgrade run user to jira INFO:root:Running Jira with command '/bin/su', arguments ['/bin/su', 'jira', '-c', '/opt/atlassian/jira/bin/start-jira.sh -fg'] su: System error
Are there any additional steps in order to make it run on Openshift platform?
Thanks!