mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Error: secret "planka-postgresql-svcbind-custom-user" not found #475
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhushizhan on GitHub (Apr 12, 2024).
Error: secret "planka-postgresql-svcbind-custom-user" not found
@meltyshev commented on GitHub (Apr 12, 2024):
Hi! Could you please provide exactly when this happens and what installation method you are using. It would also be helpful to know your configuration.
@zhushizhan commented on GitHub (Apr 12, 2024):
I configured the HelmChart address in KubeSphere, then selected the corresponding template application, configured the information needed to be injected, and reported an error after clicking Install.
@meltyshev commented on GitHub (Apr 12, 2024):
Thanks for reporting this :) I've never used Helm and it's hard for me to help, but I'll add a "help wanted" label and maybe someone will respond.
@zhushizhan commented on GitHub (Apr 13, 2024):
I try to solve it myself, although it would be better if the author had a complete solution and I didn't have to package each version myself
@zhushizhan commented on GitHub (Apr 15, 2024):
It has been solved, this is my carelessness, but also a small flaw in the Helm of this project, KubeShpere according to the template to create applications will generally give a name to the application: planka-xxxx, the corresponding confidential dictionary will also be generated as planka-xxxx-postgresql-svcbind-custom-user, instead of planka-postgresql-svcbind-custom-user, so an Error is reported: secret " planka-postgresql-svcbind-custom-user" not found. As long as you don't use the automatically generated application name when creating the application, you can change it to planka.