-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
When using the default configuration, stardog does not have the permission to write ont he persistent volume. This is because the persistent volume is owned by root and stardog doesn't use run with the root user by default.
STARDOG_HOME '/var/opt/stardog/' is not writeable by the current user
A workaround is to run stardog as root:
securityContext:
enabled: true
runAsUser: 0
runAsGroup: 0
fsGroup: 0A better solution would be to use the busybox init container, not only when the cluster is enabled, to change the permissions before stardog starts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels