You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
I've got:
Permission denied: ../etc/broker.xml
Permission denied: ../etc/broker.xml
sed: couldn't open temporary file ../etc/sed1d0l85: Permission denied
when installing the chart and running the pod. I see that the user in dockerfile is fixed or my openshift when running pod use randomuser.
Do you thing i need to update the dockerfile to add :
RUN chgrp -R 0 /some/directory &&
chmod -R g=u /some/directory
or do you have other solution?
The text was updated successfully, but these errors were encountered: