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
A long standing issue in OpenShift causes a variety of issues, generally resulting in the non-root user being unable to read or write any files at all.
A long standing issue in OpenShift causes a variety of issues, generally resulting in the non-root user being unable to read or write any files at all.
The relevant YAML files can be found here: https://github.com/illeatmyhat/devops/tree/k8s/mgmt-hub/k8s
This manifests in the management hub services as
agbot:
css:
exchange:
sdo:
The databases, mongo and postgres, have dedicated OpenShift images which already work.
Particularly, they seem to take the solution of changing the ownership and permissions of relevant directories: https://github.com/sclorg/postgresql-container/blob/generated/13/root/usr/libexec/fix-permissions
The text was updated successfully, but these errors were encountered: