-
-
Notifications
You must be signed in to change notification settings - Fork 774
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
Error: secret "planka-postgresql-svcbind-custom-user" not found #704
Comments
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. |
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. |
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. |
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 |
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. |
Honor helm releaseName and fullnameOverride for bitnami postgres secrets - fixes plankanban#704
Error: secret "planka-postgresql-svcbind-custom-user" not found
The text was updated successfully, but these errors were encountered: