-
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
Correct Environment Variable in Helm Deployment Template #136
Labels
bug
Something isn't working
Comments
Hi @linkinn - You're absolutely correct, and we're sorry. I'll make a PR fixing this. Thank you for taking the time to file this bug. |
chriswk
added a commit
that referenced
this issue
Mar 13, 2024
- Unleash looks for DATABASE_NAME, it does not look for DATABASE, so this has actually not been working earlier fixes: #136
chriswk
added a commit
that referenced
this issue
Mar 13, 2024
- Unleash looks for DATABASE_NAME, it does not look for DATABASE, so this has actually not been working earlier fixes: #136
github-project-automation
bot
moved this from Support rotation
to Done
in Issues and PRs
Mar 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Within the Helm template used to deploy our application, there is an environment variable named DATABASE that is incorrectly configured. It should be DATABASE_NAME.
While investigating an issue with the application not functioning correctly when using a database name other than unleash, we identified the root cause to be the misconfiguration in the Helm deployment template. Within this template, the DATABASE environment variable is set to an incorrect value. This causes issues when the database name is different from unleash, as the application expects an environment variable named DATABASE_NAME.
Steps to reproduce the bug
1 - Deploy the application using the Helm template.
2 - Change the database name to something other than unleash.
3 - Notice that the application does not function correctly due to expecting an environment variable DATABASE_NAME instead of DATABASE.
Expected behavior
No response
Logs, error output, etc.
Screenshots
No response
Additional context
No response
Unleash version
No response
Subscription type
None
Hosting type
None
SDK information (language and version)
No response
The text was updated successfully, but these errors were encountered: