-
Notifications
You must be signed in to change notification settings - Fork 57
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
Set flag to fix postgres volume permissions #684
Comments
Do we have a reported case why this is needed ? How can we test that this actually fixes a problem ? |
Yes, I can no longer install on Rancher Desktop and Rob hit the same issue in: #641 This can be tested by installing the bitnami postgres chart by itself to see the same error. |
Then I'd close this as a duplicate of #641 ?! |
Closing in favor of #641 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should set the
volumePermissions.enabled=true
flag when installing the postgres for gitea. This would fix potential issues with hostpath and nfs volumes.See: rancher-sandbox/rancher-desktop#502 (comment)
The text was updated successfully, but these errors were encountered: