-
Notifications
You must be signed in to change notification settings - Fork 177
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
Web-app expects incorrect secret key #289
Comments
I've just hit this too, the reason this is happening is that the Bitnami chart was given a major version change inside of the concourse charts patch version change. During that change Bitnami changed the password field, but that's not all that was changed. See the reference https://docs.bitnami.com/kubernetes/infrastructure/postgresql/administration/upgrade/ Anyone attempting an upgrade is going to fail due to this change. Keys were relocated for authentication, persistence, and the version of postgres was updated. Even if the user gets all of the mapping correct the new chart won't read the database w/o explicitly setting the version or performing a manual upgrade. Finally, the new chart changes the statefulset which you can't do. Honestly I think this chart should revert the Bitnmai sub-chart bump, and release a new major version of the chart that includes the bump tested for the new values. |
Right, @chris-sanders |
@chris-sanders thx for the input. We will revert the bump for concourse chart v16. |
Steps to reproduce:
The web-application pod will not start.
"describe" it and see the following error:
"describe" the secret, and observe that it has a different key.
Output:
The problem is that web app is expecting an incorrect key in the secret.
The text was updated successfully, but these errors were encountered: