helm / charts

⚠️(OBSOLETE) Curated applications for Kubernetes
Apache License 2.0
15.49k stars 16.79k forks source link

Permission Problem ( Pgadmin4 ) #24512

Closed baturorkun closed 2 years ago

baturorkun commented 3 years ago

hello, I am writing helm to install pgadmin4 on RKE and used StatefulSet, but I have the problem that " ERROR : Failed to create the directory /var/lib/pgadmin/sessions". I solved this problem on Openshift.

securityContext:
        fsGroup: 5050
        runAsGroup: 5050
        runAsUser: 5050

I got an error about "fsGroup" field and removed it. But these lines did not solve my problem. And I added some parameters to my helm one-liner command like below.

--set volumePermissions.enabled=true 
--set volumePermissions.securityContext.runAsUser=5050

Nothing did solve the permission problem.

What can I do?

thanks

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

bridgetkromhout commented 2 years ago

Hi, @baturorkun - no support is available in this repo. For your pgadmin question, you may be able to get help at https://www.pgadmin.org/support/.