-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harbor database sets wrong permissions. #1889
Comments
I have rolled out my own PostgreSQL container and it works just fine! So this IS a problem with the chart. |
Which storageclass are you using? Is it NFS-provisioner? And which Kubernetes distro are been used? |
Bare-Metal (KubeADM) Kubernetes provider.
With a MAPall users to root, so they should be able to do anything. Using TrueNAS Scale. |
I'm seeing exactly the same thing, also on TrueNAS, with the same NFS CSI Driver. |
Have you managed to fix this? I have just made a PostgreSQL database myself because the default container DOES take the permissions as they are, then just set the database in the HELM to external! |
I haven't, I might have to take the same route as you with an external DB :( I tried the init container + chown posted in another issue, but that didn't help. |
Hello team, I have noticed that the database sets a permission for itself which it rejects.
I set this up while the container was in a error backoff
Then I delete the pod to let it be recreated by the SS.
Then I look at the permissions again.
It now it nobody: docker! Why?
The text was updated successfully, but these errors were encountered: